Skip to content

Commit b727054

Browse files
authored
First Commit
1 parent 38a0f8b commit b727054

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

project/orderList.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def Daftar_Software():
77
for i, item in enumerate(List1, start=1):
88
print(f"{i}. {item}")
99

10-
## Input Software And Condition
10+
## Input Software And Condition:
1111
def main():
1212
while True:
1313
Daftar_Software()
@@ -24,3 +24,4 @@ def main():
2424
print("Masukkan angka :")
2525

2626
main()
27+

0 commit comments

Comments
 (0)