Purika's contributions
Uppercase & Lowercase listmaker by Purika
When green flagged pressed adds all the lowercase letters to a list called lowercase, and adds all the uppercase letters to a list called uppercase.
When green flagged pressed adds all the lowercase letters to a list called lowercase, and adds all the uppercase letters to a list called uppercase.
Fibonacci Number Finder by Purika
This script first asks you to type to numbers in, then makes a list of Fibonacci Numbers. E.g. 1, 1, 2, 3, 5, 8, 13, 21, If you don't know what Fibonacci Numbers are they are a list of numbers where every number equals the sum of the two numbers before it.
This script first asks you to type to numbers in, then makes a list of Fibonacci Numbers. E.g. 1, 1, 2, 3, 5, 8, 13, 21, If you don't know what Fibonacci Numbers are they are a list of numbers where every number equals the sum of the two numbers before it.
Square Numbers Lister by Purika
This is a simple square numbers finder. It times's a variable by itself and changes the variable by one.
This is a simple square numbers finder. It times's a variable by itself and changes the variable by one.
Random List Picker by Purika
Asks you how many things you want to add to the list, then asks you what you want to add. Then when SPACE is pressed it chooses something random.
Asks you how many things you want to add to the list, then asks you what you want to add. Then when SPACE is pressed it chooses something random.