79301270

Date: 2024-12-22 16:02:36
Score: 1
Natty:
Report link

Add this line at end of any script

input("Press any Key")

or use time module

import time
// Your code
time.sleep(10)

there will be an delay for the next line to execute, so for 10 seconds your screen will wait and then close.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Karthick dev