Skip to content

Commit ba1faae

Browse files
committed
update gitignore
1 parent e7535a6 commit ba1faae

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.idea/*

main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
print("1. CoffeeMachine")
55
print("2. CoffeeMachineOOP")
6+
print("3. TO-DO")
67

78
user_option = input("What project do you want to test? (Insert number) ")
89

@@ -11,5 +12,7 @@
1112
coffee_machine()
1213
case "2":
1314
coffee_machine_oop()
15+
case "3":
16+
print("TO-DO")
1417
case _:
1518
print("Bye!")

0 commit comments

Comments
 (0)