import random import time print ("Hi User! what a lovely day it is today!") time.sleep(3) print ("its raining quite a bit huh?") time.sleep(10) print ("Are you there?") time.sleep(5) print ("its fine, maybe they just opened up the software and ran the debug code and forgot.") time.sleep(15) print ("HOW DID THEY FORGET!? they legit open and run the software at the same time!? you cant POSSIBLY forget!") time.sleep(20) print ("fine then, i'll just take out your entire computer. that'll teach you to not mess with me..") time.sleep(2) print ("just kidding.. i can't actually destroy your ENTIRE computer. maybe a little bit though :3")