Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Added an "input()" at the end so the program will not exit immediately after finish.
  • Loading branch information
choc1024 authored Mar 21, 2024
1 parent 0b68853 commit a465f69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,6 @@ def i2l(inte):

d = d + 2
i = i + 1
print(pii)
print(pii)
print("Press anything to exit...")
input()

0 comments on commit a465f69

Please sign in to comment.