CMIS 102 6383 Introduction to Problem Solving and Algorithm Design
Assignment 1
Post a Python program that accepts at least two values as input, performs some computation and displays at least one value as the result. The computation must involve calling one of the predefined functions in the math library. Include comments in your program that describe what the program does. Also post a screen shot of executing your program on at least one test case.
Assignment 2
Post a Python program that accepts a string as input. It should analyze some characteristic of that string and display the result of that analysis. The program must use at least one of the following: string slices, string conditions or string methods. Include comments in your program that describe what the program does. Also post a screen shot of executing your program on at least one test case.