home
|
Neopolitan
|
Component Library
Use Sleep To Pause A Python Application
Code
import time
print
("
alfa
")
time.
sleep
(
1.3
)
print
("
bravo
")