Tuesday, March 25, 2014

HW 16 - Ch 6 Try It Out #2.py

Tonight, you only have to do the second problem in the Chapter 6 Try It Out:

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

John Snead
28 Main Street
Akron, Ohio
12345

The problem does not specify that your output needs to also be in a dialog box....but let's see who want's to take on the challenge)

(HINT: You will probably want to use about 5 easygui.enterbox's to gather all of the data. )

No comments:

Post a Comment