Skip to content

Commit 3031df9

Browse files
committed
Command Print add
1 parent 7c25ce6 commit 3031df9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Number Guessing/number_guessing.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@
1717
print('The number is less than ', a)
1818
else:
1919
print('The number is greater than ', a)
20-
count=-1
20+
count=-1
21+
22+
23+
print (count)

Password Generator/password_generator.py

+3
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ def process():
2727
btn = Button(text="Generator", command=process).pack(pady=10)
2828

2929
gui.mainloop()
30+
31+
a = "Pythyon"
32+
print(a)

0 commit comments

Comments
 (0)