Allmäna tester

This commit is contained in:
2018-02-22 15:51:45 +01:00
parent b80d0e844a
commit c73e48da9f
2 changed files with 4 additions and 4 deletions

View File

@@ -33,4 +33,4 @@ print(tuple1)
#There are even dictionaries with key/value pairing
movies = {'Pacific Rim': '5 stars', 'Black Panther': '5 stars', "Zombie Beavers":"0 stars"}
for i, j in movies.items():
print(i,j)
print(i,j)