Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

9th Sep 2019, 11:33 AM
LUTANGU CRISPINE
LUTANGU CRISPINE - avatar
2 Answers
+ 5
LUTANGU CRISPINE Add this at the bottom of your code. from time import sleep sleep(9)
9th Sep 2019, 1:39 PM
Jella
Jella - avatar
+ 1
You can use Flask and SQLlite.
9th Sep 2019, 11:51 AM
Vladislav Shevchenko
Vladislav Shevchenko - avatar