Python Statements
& Variable Anchor Chart
Printable
COPYRIGHT + TERMS OF USE
THANK YOU!
Thank you for respecting my time and work by following my Terms of Use. Please let me know if you have any
questions! mathwithmsyi@gmail.com
This resource is NOT to be used:
• As part of a product listed for sale or free by another individual.
• On shared databases such as Dropbox or Google Drive
• Online in any way other than on a password protected website for student use only.
•Copying any part of this product and placing it on the internet in any form (with the exception of a single
teacher’s password protected website used by students only) is strictly forbidden and is a violation of the Digital
Millennium Copyright Act (DMCA). These items can be picked up in a Google search and then shared
worldwide for free.
To share with colleagues:
• Please buy additional licenses. Your download includes a limited use license from Stephanie Yi. The purchaser
may use the resource for personal classroom use only. The license is not transferable to another person.
Other teachers may purchase additional licenses.
• Your download includes a limited use license from Stephanie Yi. The purchaser may use the resource for
personal classroom use only. The license is not transferable to another person.
• Other teachers may purchase additional licenses.
Earn TPT Credits
By giving feedback you earn credit to use towards future purchases!
Python Statement & Values
Print Variable:
Prints text
Created by user
output to
to store data
console
Input
Data Types
Allows user to
type in console Integer: Whole
numbers
Loops Float: Decimal
For Loop: Used numbers
to iterate over a
sequence String: Collection
of words and
While Loop: characters
Used to execute surrounded by “ ”
a set of
statements
when condition
is true
Python Statement & Values
Print Variable:
Prints text
Created by user
output to
to store data
console
Input
Data Types
Allows user to
type in console Integer: Whole
numbers
Loops Float: Decimal
For Loop: Used numbers
to iterate over a
sequence String: Collection
of words and
While Loop: characters
Used to execute surrounded by “ ”
a set of
statements
when condition
is true