Skip to content

Commit b29e42a

Browse files
authored
Update simple_type_hint_example.py
1 parent 6f4da87 commit b29e42a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
def get_number_of_titles(titles: list) -> int:
22
return len(titles)
33

4-
54
game_titles_list = ["Dragon Quest", "Final Fantasy", "Age of Empires"]
65
print(f"Number of titles: {get_number_of_titles(game_titles_list)}")

0 commit comments

Comments
 (0)