Advertisement
Guest User

Untitled

a guest
Aug 14th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. def my_country(country):
  2. print("You live in " + country)
  3.  
  4. my_country("Norway")
  5. my_country("Sweden")
  6. my_country("England")
  7. my_country("United States")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement