TORONTO KIDS COMPUTER CLUB | Aurora Saturday 13:00 Python Practice 20.06.20.
17748
post-template-default,single,single-post,postid-17748,single-format-standard,ajax_fade,page_not_loaded,,no_animation_on_touch,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Aurora Saturday 13:00 Python Practice 20.06.20.

24 Jun Aurora Saturday 13:00 Python Practice 20.06.20.

Question:

Write a program that asks for your name, then street, then city, then province, then postal code (all in EasyGui message boxes). The program should then display a mailing-style full address that looks something like this:

Hint:
'\n' can help you create a new line
for example: 
>>> print('Kevin\nZhu')
>>> Kevin
>>> Zhu

No Comments

Sorry, the comment form is closed at this time.