Welcome to Mini Python! Instructions: Press enter to add python code. Press space to run python code. Press d to delete all code. Press f to delete last code. Press g to delete code. Press e to replace code. Commands: | Example: print () | print ("Hello!") or print (x) or print (20+15) - (Print to Console) var = var | var = x - (Make new var) set var = Text | set x = Hello! - (Set Variable Value) time.sleep () | time.sleep (1) - (wait seconds) ask () | ask (What your name?) - (to ask) exit () | exit () = (to stop python script)