Programming
unit 2
For Unit 2 on my college course i Learned to use the Python programming language to a near fluent state using a online computer language interpreter called Replit. There are a multitude of other languages on there but python is the one that has been the main focus. I have programmed a variety of programs ranging in difficulty some examples of these are: Name lists, Calculators, ATMS, Simple login machines, List sorters, Magic 8 balls.
The end goal of this unit is to become confident with Python and understand basic programming concepts and potentially look at other computer languages
Unit 2 Code
if you click "download" it will download the document for you're viewing.
Calculator
For this code we learnt how intergers and strings can work together
Calculator V2
Upon trying to make my AI I would revise the calculator to be more compact and perform as a function inside another function