First Python Script
This was my first Python Script and I found it to be difficult to understand in the beginning but I think I am starting to understand it slightly more. The function print is used to just immediately output whatever was just input it seems. Whatever is typed following print is then what is output. This is different from the String function. With this function, I had typed early on that String1 meant something which then when typing print I was able to put String1 into parentheses and the output was what the string1 was equal to. Because I had put that String1 was equal to something, if I typed String 1 it didn't work.