one of the easiest programming languages
to learn
python
python conditionals command?
if (if else)
the command for showing the result
this thing includes a # and is ignored by the webshell
a comment
OS
what is
operating system
colors of the python logo
blue and yellow
This is the correct way to assign the number 5 to a variable named x
x=5
comments in python start with
#
Which type of loop repeats a set number of times.
for loop
CTF
what is
capture the flag
the most recent version of python
python 3
The result of print('Hello' + 'World')
HelloWorld
A variable name can start with a number. True or False?
False
the space that programmers put at the beginning of every line
indentation
RAM
what is
random access memory
the file extension for python files
.py
This loop repeats as long as a condition is True.
While loop
Fill in the blank: for i in ___(5):
range
This symbol is used to join two strings.
+
CLI
what is
command line interface
This keyword stops a loop early.
break
Where to click to run a python program
Run
the function used to to show something on the screen
Which data type is used for whole numbers?
int
GUI
graphical user interface