Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit b100ce3

Browse files
committed
Fixing me being dumb and using end() and not exit()
1 parent afca865 commit b100ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notmain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
elif sn == '2':
3535
print('you keep running')
3636
print('after 2 more hours you run off a cliff')
37-
end()
37+
exit()

0 commit comments

Comments
 (0)