Skip to content

Commit b9eeb85

Browse files
authored
Update pycmd.py
1 parent d19e7b6 commit b9eeb85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Projects/pycmd.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@
2121
for x in range(passgenamount):
2222
print (random.randint(10000000,100000000))
2323
cmd = 0
24+
# Command Finished
2425
if cmd == 0:
2526
print("Command Executed")
2627
cmd = 1
28+
29+
# Command Not Found
2730
else:
2831
print(command,"is not a command")

0 commit comments

Comments
 (0)