+ 1
Python
I have successfully installed python 3.x in my computer, but the challenge is that if I write a program and run it, it just blink in the cmd prompt. How can I run it to display for as long as I want just like in Code Playground? Or is it possible to run it in a web-browser just like HTML? I want to be trying it using my computer as well as the Code Playground but the way it flashes on my computer I can't read even a word.
2 ответов
+ 5
LUTANGU CRISPINE
Add this at the bottom of your code.
from time import sleep
sleep(9)
+ 1
You can use Flask and SQLlite.