One time i play roblox,and code Wait <number>,but how to do this on python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

One time i play roblox,and code Wait <number>,but how to do this on python?

Roblox: *something* Wait 2 --sec But how on python

8th May 2021, 11:32 PM
BG Plays
BG Plays - avatar
2 Answers
0
Use the time module. import time time.sleep(3) Is that what you wanted?
9th May 2021, 4:12 AM
Wilbur Jaywright
Wilbur Jaywright - avatar
0
I think so..
12th May 2021, 4:55 PM
BG Plays
BG Plays - avatar