I’m making a simple game for homework. I would like to print lines, but have them print 1 second apart from each other. How would I go about doing that?
Something that would delay the prints I guess. So like
"Hello"
"My name is blahblah"
"This is blah blah"
"blah blah"
"What's your name?"
time.sleep(seconds)pauses for a second, in your case: