Back

Code Challenge: Mail Call

Difficulty  

divider

Objective

Print a fictitious mailing label using formatted console output.

Skills to Practice

  • Creating and running a program
  • Displaying console output

Tasks

  • Create a new Python program named cc-mail-call.
  • Think of a fictitious address. Please don't use your real home address.
  • Display the mailing address.

Sample Output

Sample Output
SkyNest: Your Benevolent Tech Dictators
1234 Terminator Lane
Lakewood, OH 44107

Commence Challenge