Basic Python Rules

Python rules are important to make your code work. Here are some basic ones!

Rules

  1. To change the answer to a number, you want to add your variable’s name and then add int and and parentheses
  2. When calling a function, add parentheses after it
  3. If you say “if q1 =…” you actually need two equal signs