Navigation :
Homework 3
- Take street address of Yonsei University (50 Yonsei-ro, Seodaemun-gu, Seoul 03722, Republic of Korea) and create a dictionary
myaddress.
- Create a variable
full_address that is the concatenation of all the elements of the myaddress variable by placing commas and blank spaces as needed.
- Using iteration, print out the full address.