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

Python Project: Create Your Own Quiz!

Do you want to quiz friends and family on topics? With the python language, you can code just that! Want some python rules? Check out Basic Python Rules Making Your First Question The first question can be made like the rest. Create a variable first which is a name. Then you want to add an equal sign and following the […]