Skip to content

Commit

Permalink
while
Browse files Browse the repository at this point in the history
  • Loading branch information
Forrest Beck committed Feb 21, 2024
1 parent 4ad25b5 commit a3d61dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def print_hi(name):

# Press the green button in the gutter to run the script.
if __name__ == '__main__':
print_hi('PyCharm Hey')
while True:
print_hi('PyCharm Hey')

# See PyCharm help at https://www.jetbrains.com/help/pycharm/

0 comments on commit a3d61dd

Please sign in to comment.