Basic Python Rules
Python rules are important to make your code work. Here are some basic ones!
Rules
- To change the answer to a number, you want to add your variable’s name and then add int and and parentheses
- When calling a function, add parentheses after it
- If you say “if q1 =…” you actually need two equal signs