Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to write a response if a user inputs a string
Post: RE: How to write a response if a user inputs a str...

I was trying to do a try/except but I'm not sure where to place it. Any advice?
horuscope42 General Coding Help 3 2,251 Apr-29-2020, 01:15 AM
    Thread: How to write a response if a user inputs a string
Post: How to write a response if a user inputs a string

def main(): """ Create a program that randomly generates simple addition problems for the user, reads in the answer from the user, and then checks to see if they got it right or wrong, ...
horuscope42 General Coding Help 3 2,251 Apr-28-2020, 09:58 PM
    Thread: Car Brands
Post: RE: Car Brands

Ignore
horuscope42 Homework 1 2,413 Apr-07-2020, 02:35 AM
    Thread: Class Takes No Arguments
Post: RE: Class Takes No Arguments

class Car: """A simple attempt to represent a car.""" def __int__(self, make, model, year): """Initialize the car.""" self.make = make self.model = model self.year = year self.odometer_re...
horuscope42 General Coding Help 4 4,854 Mar-30-2020, 02:47 PM
    Thread: Class Takes No Arguments
Post: Class Takes No Arguments

class Car: """A simple attempt to represent a car.""" def __int__(self, make, model, year): """Initialize the car.""" self.make = make self.model = model self.year = year self.odometer_re...
horuscope42 General Coding Help 4 4,854 Mar-30-2020, 03:45 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020