The print function allows you to send output to the terminal
Strings can be enclosed in single quotes or double quotes
- "this is a string"
- 'this is also a string'
The input function allows you to prompt a user for a value
Parameters:
prompt
: Message to display to the user
return value:
- string value containing value entered by user