Python Basics
Python Information
Python Facts
Python Knowledge
Data Types
100

one of the easiest programming languages
to learn

what is

python

100

the area we write code in Python

what is

console

100

the keyword for getting an answer from the user

what is

input()

100

this thing includes a # and doesn't affect the code (used for communication)

what is

a comment

100

"Hello World"

what is

string

200

colors of the python logo

what is 

blue and yellow

200

the place that we store the input from a user

what is

variable

200

the function used to to show something on the screen

what is

print()

200

the word that represents the name of a variable

pet = "Rottweiler"

what is

 identifier

200

17

what is

integer

300

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

300

the error with this variable

Pet = "Rottweiler"

what is 

capital letter to start the code

300

the things that we create to store information in Python

what is

variable

300

the symbol that goes between the identifier and value in a variable

what is

the equal sign

300

198.7

what is 

float

400

type of web/app development that Python is

what is

back-end development

400

the data that comes after the identifier and equal sign in a variable

what is

the value

400

needed directly after the keyword "print"

what is 

parentheses ()

400

the website that we are currently using to learn Python

what is 

SkillStruck

400

True

what is

Boolean

500

the file extension for python files

what is

.py

500

the reason that Python stands out compared to other programming langauges

what is

simple syntax(easy rules)

500

comments in python start with

what is

#

500

when capitalization matters

what is

case-sensitive

500

190.0

what is float

M
e
n
u