How to compare numbers in Python?
Answers
Answered by
0
print ('What is your name?')
myName = input ()
print ('Hello, ' + myName)
print ('How old are you?, ' + myName)
myAge = input ()
if myAge > ('24'):
print('You are old, ' + myName)
else:
print('You will be old before you know it.')
Answered by
0
HELLÒ MATE....
Here is ur answer..
Attachments:
Similar questions
Computer Science,
6 months ago
Physics,
6 months ago
Computer Science,
1 year ago
Geography,
1 year ago
Science,
1 year ago