What are the two methods to execute Python syntax?
2. Running Python file in command line
What purpose does indentation serve in Python?
Python uses indentation to indicate a block of code
What is a variable?
Placeholder for data
What is a comment?
In-code documentation that is not executed