ScratchData LogoScratchData
Back to Timka35's profile

Mini Python! | by Timka35

TITimka35•Created July 20, 2022
Mini Python!  |   by Timka35
36
33
384 views
View on Scratch

Instructions

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)

Project Details

Project ID715613461
CreatedJuly 20, 2022
Last ModifiedMay 31, 2023
SharedJuly 21, 2022
Visibilityvisible
CommentsAllowed