So I've made scratch in scratch, go check that out btw https://scratch.mit.edu/projects/412013303/ But now I'm making PYTHON in scratch and I'm doing it all ~~~~~~~~~~~~~~~TYPING~~~~~~~~~~~~~~~~ qwertyuiopasdfghjklzxcvbnm 1234567890 `~!@#$%^&*()-_=+[{]}\|;:'",<.>/? all those are allowed <-- to backspace ~~~~~~~~~~~FUNCTIONS~~~~~~~~~~~~~~~ reset - clears the shell print("ENTER TEXT") - writes text in quotations for i in range(enter number): - loops code given number; put code under - dont tab - dont put loops in loops loop - ends loop ~~~~~~~~~~~~LOG~~~~~~~~~~~~~ 3/25/2021 - Shared with print, loop, and reset functions
snek