one of the easiest programming languages
to learn
what is
python
the command for listing contents of a directory
what is
$ ls -1
the command for showing the day's date
what is
$ date
this thing includes a # and is ignored by the webshell
what is
a comment
OS
what is
operating system
colors of the python logo
what is
blue and yellow
the command for creating a new directory
what is
$mkdir
comments in python start with
what is
#
when typing commands you must be aware of
what is
case sensitivity
CTF
what is
capture the flag
the most recent version of python
what is
python 3
the command for creating a new file
what is
$ touch
the command to put a file in your webshell
what is
$ wget
the space that programmers put at the beginning of every line
what is
indentation
RAM
what is
random access memory
the file extension for python files
what is
.py
the command for editing a file
what is
$ nano
this command is used to remove a directory
what is
$ rmdir name of the directory
login to this first if you want to begin using python
what is
the webshell
CLI
what is
command line interface
the number of spaces used to indent in python
what is
4 spaces
the command for running a python program
what is
$ python3
the function used to to show something on the screen
what is
print()
the year python was created
what is
1991
GUI
graphical user interface