Enter a number in the window and the list will show its times tables up to 200000 times your chosen number!
I made this as like an engine for a game that uses lists as like, most of the info. Feel free to remix. How it works: When you type a number, it adds an item to the list 'Tables:' that is 'NumCheck' times 'Answer' 'NumCheck' is set to one when you give a different number and when the green flag is clicked. 'NumCheck' is changed by 1 every time it adds a new item to 'Tables:' The reason it goes up to 200000 is because thats the limit of how many items can be added into a list. See how that works? If you don't, just remix and do your thing.