CS 115

Intro to Python was one of my easier courses because I have past experience with Python from personal studies. In class, we discussed the fundamentals of Python and wrote basic code to solve a problem. There was some coursework that was more challenging than others, such as the final project. From this course, I managed to learn another coding language that I would probably need to know for future use. When learning a new coding language, it tends to be frustrating when your code doesn’t work. 

Assignment 2: String

The objective for assignment 2 was to print the length of the string, print the first and last 6 characters of the string, remove the 8th character, and print the number of ‘a’ in the string.

Assignment 4: Nested_if

The objective of this assignment was to ask the user for 4 numbers, display the number that was imputed, and determine which was the greatest number out of the four that were listed.

Final Project: Calculator

FinalCal

For my final project, I create a calculator that could take up to 10 different numbers and either add, subtract, multiply, or divide and display the results and prompt the user if the user would like to try another equation.