You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Difference between raw_input() and input() is the former stores everything as string, and the latter as whatever the input data happens to be
# Use control + c to terminate a program
# If any type of quote is entered in a raw_input() function, the function will escape the character so as to not prematurely stop collecting the whole input