This is a program that programmers use to type out and edit code and to create python programs. HINT: IDE
Integrated Development Environment
This function its display in the shell window the text that you add as a parameter value (text put within the parentheses of a function).
This is the type of data that represents positive or negative whole numbers without a decimal.
Integer
These are a group of sequenced characters either in a single or double quotation marks.
String
This is the type of data that would print x=50.
Integer
These is the two different windows Python uses.
These are little notes to yourself or other programmers that are not part of the program but can be read by anyone reading your code.
Comments
This is a type of data that is an ordered sequence of values.
List
\
This is the type of data what would print x=10.5
Floating Point
This is the window that appears when you open IDLE.
SHELL
This is the symbol you use to make a single-line comment.
#
This is a type of data that represents text.
String
This is what you would write if you wanted to print on a new line.
print("\n")
This is the type of data that would print x = ["apple", "banana", "cherry"].
List
This is the type of window that is great for running small pieces of code but is not good for writing whole programs.
SHELL
This is the symbol used to make multi-line comments.
"""
=
These are symbols that represent actions that manipulate values.
Operators
This is the type of data that would print x = ("apple", "banana", "cherry").
Tuple
This is the window that is good for writing whole programs and that are saved as files.
EDITOR
This is the color used for all text that appears in the quotation marks in the code.
This is a data type that represents either "True" or
"False".
Boolean
This is something that could can not do when coming up with the variable identifier or name.
symbols (-,/,#,@)
Keywords
Capital letters 0 and I or lowercase l
Start with number or symbol