Python programming
5 important questions on Python programming
What is print() in python?
- print = ("Hello, World!")
What are comments in Python?
What ar indentations in Python?
- Higher grades + faster learning
- Never study anything twice
- 100% sure, 100% understanding
What are strings in python?
What are the main rules by using variables correctly in python?
- Variable name can only contain letters, digits and underscores (_).
- It cannot start with a digit.
- Variable names are case-sensitive (myVar en mylar are different).
- Avoid using Python keywords as variables names (if, else for).
The question on the page originate from the summary of the following study material:
- A unique study and practice tool
- Never study anything twice again
- Get the grades you hope for
- 100% sure, 100% understanding

















