Module#2 Assignment

Although I was confused when first starting this assignment, I was able to figure it out and complete it successfully. For this course, I decided to download and utilize PyCharm. Out of all the options suggested, it seems like the most beginner friendly and so far I have not had any issues using it. 

I opened the program and set up a new file. I typed out both the print function and string methods and ran them. The output was executed without any issues. I believe this is because I followed the syntax structure of the example code closely. From my understanding, strings in Python need to be surrounded by either single or double quotations to run. Similarly, the print function must have opening and closing brackets to run. 



Comments