Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Variables with numbers
Post: RE: Variables with numbers

Thank you, As I said I am a complete novice at this coding.
Alfie926 General Coding Help 4 2,692 Nov-11-2018, 08:22 PM
    Thread: Variables with numbers
Post: RE: Variables with numbers

character_name = "Mark" character_age = 50 print("There was a man called " + character_name + ", ") print("he was " + character_age + " years old. ") character_name = "Pete" print("He really liked the...
Alfie926 General Coding Help 4 2,692 Nov-11-2018, 07:38 PM
    Thread: Variables with numbers
Post: Variables with numbers

Hi Guys I am an absolute beginner in python coding, I have this basic error and was wondering whats wrong character_age = "50" this works fine character_age = 50 I have been told you don't need " arou...
Alfie926 General Coding Help 4 2,692 Nov-11-2018, 06:48 PM

User Panel Messages

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