one of the easiest programming languages
to learn
what is
python
the area we write code in Python
what is
console
the keyword for getting an answer from the user
what is
input()
this thing includes a # and doesn't affect the code (used for communication)
what is
a comment
"Hello World"
what is
string
colors of the python logo
what is
blue and yellow
the place that we store the input from a user
what is
variable
the function used to to show something on the screen
what is
print()
the word that represents the name of a variable
pet = "Rottweiler"
what is
identifier
17
what is
integer
the key we press to go to the next line in the console (how do we get to the next line so that we can write code)
what is
the enter key
the error with this variable
Pet = "Rottweiler"
what is
capital letter to start the code
the things that we create to store information in Python
what is
variable
the symbol that goes between the identifier and value in a variable
what is
the equal sign
198.7
what is
float
type of web/app development that Python is
what is
back-end development
the data that comes after the identifier and equal sign in a variable
what is
the value
needed directly after the keyword "print"
what is
parentheses ()
the website that we are currently using to learn Python
what is
SkillStruck
True
Boolean
the file extension for python files
what is
.py
the reason that Python stands out compared to other programming langauges
what is
simple syntax(easy rules)
comments in python start with
what is
#
when capitalization matters
what is
case-sensitive
190.0
what is float