Week - 2


For the second week, we installed Mimo and began using the app to learn variables and a few other basics for python, my previous knowledge of C++ helped me to learn quickly but I think it may end up causing confusion for me later on. - just coming back to this post to say I was 100% right and my god does it get confusing.

This week I went back to learning the various data types, so far str, int, float, list, range and bool seem to be the most important to remember.

putting this here to help me remember later on

also learned about specifying a variable type to convert an existing data value such as converting a string to an integer or float and vice versa.   could be used for rounding a number later on but more or less is probably going to be something that breaks or fixes my code.

Played around with unpacking Variables and broke the code by assigning additional data values


then fixed them


Leave a comment

Log in with itch.io to leave a comment.