Python Basics
Python Commands
Python Facts
Python Knowledge
Abreviations
100

one of the easiest programming languages
to learn

what is

python

100

the command for listing contents of a directory

what is

$ ls -1

100

the command for showing the day's date

what is

$ date

100

this thing includes a # and is ignored by the webshell

what is

a comment

100

OS

what is
operating system

200

colors of the python logo

what is 

blue and yellow

200

the command for creating a new directory

what is

$mkdir

200

comments in python start with

what is

#

200

when typing commands you must be aware of

what is

case sensitivity

200

CTF

what is
capture the flag

300

the most recent version of python

what is

python 3

300

the command for creating a new file

what is

$ touch

300

the command to put a file in your webshell

what is

$ wget

300

the space that programmers put at the beginning of every line

what is

indentation

300

RAM

what is
random access memory

400

the file extension for python files

what is

.py

400

the command for editing a file

what is

$ nano

400

this command is used to remove a directory

what is 

$ rmdir name of the directory

400

login to this first if you want to begin using python

what is 

the webshell

400

CLI

what is
command line interface

500

the number of spaces used to indent in python

what is

4 spaces

500

the command for running a python program

what is
$ python3

500

the function used to to show something on the screen

what is

print()

500

the year python was created

what is

 1991

500

GUI

what is

graphical user interface

M
e
n
u