Bonus Answer for Exercise 3
address = “23 London Street, New York”
phone_number = “0123456789”
age = “26”
sex = “Male”
print (address)
print (phone_number)
print (age)
print (sex)
Simple and short, your program is ready for execution. Remember to save it first before running.
If you have done that, your output will be as follows:
23 London Street, New York
0123456789
26
Male
Do'stlaringiz bilan baham: