Python Basics
Python Commands
Python Facts
Python Knowledge
Abreviations
100

one of the easiest programming languages
to learn

python

100

python conditionals command?

if (if else)

100

the command for showing the result

print

100

this thing includes a # and is ignored by the webshell

a comment

100

OS

what is
operating system

200

colors of the python logo

blue and yellow

200

This is the correct way to assign the number 5 to a variable named x

x=5

200

comments in python start with

#

200

Which type of loop repeats a set number of times. 

for loop

200

CTF

what is
capture the flag

300

the most recent version of python

python 3

300

The result of print('Hello' + 'World')

HelloWorld

300

A variable name can start with a number. True or False?

False

300

the space that programmers put at the beginning of every line

indentation

300

RAM

what is
random access memory

400

the file extension for python files

.py

400

This loop repeats as long as a condition is True.
 

While loop

400

Fill in the blank: for i in ___(5):

range

400

This symbol is used to join two strings.

+

400

CLI

what is
command line interface

500

This keyword stops a loop early.

break

500

Where to click to run a python program

Run 

500

the function used to to show something on the screen

print

500

Which data type is used for whole numbers?

int

500

GUI

what is

graphical user interface

M
e
n
u