Python!
I recently joined the Technical Art club at our school and yesterday I started learning how to code in Python. I know I won’t need to know this stuff until next year, but I find it fun and practicing is never a bad thing!
We learned pretty basic things like:
How to make lists
How to make tuples (that was an accident haha)
How to “pop” things from and append things to lists
How to add another list to a list
..How to add a list within a list (with was another accident, on my part)
How to use “raw_input”
Then we finished off by making a simple program that asks our name and greets us. Fun stuff~
My friend Isaac had the idea of making a create-your-own-adventure game with code, so I’m thinking that I’m going to try that out.. I’ll definitely post more about it if I do!
** Excuse any noob-y mistakes I’ve made referring to things, because I’m not actually sure what I’m doing! XD I’m just playing around with it for now