My Crossword Maker Logo
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Answer Key:
Edit a Copy:
Make Your Own:
Crucigrama Sopa de Letras Hoja de Trabajo
Calificar este Puzzle:
Log in or sign up to rate this puzzle.

3.1 Notes

Horizontales
Decimal value
Values that yield from comparison statement. Values are either True or False
A condition of an if-statement that results in the block of code getting executed.
Compares text and is case-sensitive
Typically 4 spaces required in the body of an if-statement
Verticales
==, !=, >, <=, >, and >=
A statement used for comparisons that tells Python to only execute a certain code if a condition is true.
Decision-making
A condition of an if-statement that results in the block of code getting ignored.
Necessary punctuation needed for if-statements