SyntaxFix
Write A Post
Hire A Developer
Questions
A simple hack to keep the window open:
counter = 0 While (True): If (counter == 0): # Code goes here counter += 1
The counter is so the code won’t repeat itself.