Skip to content

Commit

Permalink
Merge pull request #12 from robiel0143/main
Browse files Browse the repository at this point in the history
shortcut keys to stop a program from running
  • Loading branch information
colevandersWands authored Dec 10, 2024
2 parents f05d46a + 639d2f6 commit 1edc314
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 2_predictive_stepping/examples/00_stopping_a_program.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
- just press the red box!
"""

while True:
print("...")

"""
To stop a program from running you can press Ctrl + c
if it is running continuously without stopping
"""

0 comments on commit 1edc314

Please sign in to comment.