We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f48f78 commit 1fcc38cCopy full SHA for 1fcc38c
grocery-shopping/main.py
@@ -3,7 +3,7 @@
3
items = grocery_list_repository.read()
4
5
6
-def options(option):
+def options(option: int):
7
if option == 1:
8
item = input("Enter the item: ")
9
global items
0 commit comments