dwlambiri / ics4u-tflow

course project
0 stars 1 forks source link

Learn about everything up to loops #20

Closed RustinRee25 closed 6 years ago

RustinRee25 commented 6 years ago

read overview section - talked about history of Python and what makes it different from other languages read environment setup section - talked about how to create environment variables read basic syntax section - talked about syntax of python read variable types section - talked about how variables are initialized read basic operators section - same as in c++ read decision making section - same as in c++ read loops section - talked about while loops, for loops, and nested loops