We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7535a6 commit ba1faaeCopy full SHA for ba1faae
.gitignore
@@ -0,0 +1 @@
1
+/.idea/*
main.py
@@ -3,6 +3,7 @@
3
4
print("1. CoffeeMachine")
5
print("2. CoffeeMachineOOP")
6
+print("3. TO-DO")
7
8
user_option = input("What project do you want to test? (Insert number) ")
9
@@ -11,5 +12,7 @@
11
12
coffee_machine()
13
case "2":
14
coffee_machine_oop()
15
+ case "3":
16
+ print("TO-DO")
17
case _:
18
print("Bye!")
0 commit comments