Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Bad input
Post: RE: Bad input

(May-14-2020, 10:12 AM)pyzyx3qwerty Wrote: Can you show the line 53 of your code? This is it: chara1=Chara(input("What is your name?"),input("Are you a boy or a girl? \n\t 1. Boy \n\t 2. Girl"),9,3...
Impropabletank General Coding Help 4 8,604 May-14-2020, 03:59 PM
    Thread: Bad input
Post: Bad input

def __init__(self, name, gender, hp,attack, mp,exp,level): '''Use double underscores''' #This method initializes the attibutes of the Character class self.name = name self.gen...
Impropabletank General Coding Help 4 8,604 May-14-2020, 07:40 AM
    Thread: Bad input
Post: Bad input

def __init__(self, name, gender, hp,attack, mp,exp,level): '''Use double underscores''' #This method initializes the attibutes of the Character class self.name = name self.gen...
Impropabletank General Coding Help 1 1,934 May-14-2020, 07:35 AM

User Panel Messages

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