nothing else here
🐢
Creating a terminal
Pinned Loading
-
Simple Python terminal
Simple Python terminal 1# Forever loop
2while True:
3# Adjust the string of this variable for the terminal prompt
4promptString = ">>> " # This will display ">>> " for the string (like the Python IDLE or terminal)
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.