Computer Science 2
*********
*********


Click to access your sign on code for Code High School.
Or 
Sign into Code High School - click here 
and Use the sign in code: 315850


*********
*********
Due Date: January 24, 2024
Assignment
-Running Python in a Kali Linux environment 

Mr. Cusack will lecture on this. 
  
Cyber Range Sign on ids and passwords (Period 7)
Click here and get your id and password.

Click here for your cyber range.
https://apps.cyber.org/login

Notes:

sudo apt install python3-pip

python3 --version

python3    

control-D to exit python

 









*********
*********
Due Date: January 25, 2024
Assignment
-Running Python in a Kali Linux environment 

Mr. Cusack will lecture on this. 
  
Cyber Range Sign on ids and passwords (Period 7)
Click here and get your id and password.

Click here for your cyber range.
https://apps.cyber.org/login

Notes:
To edit and run a python program in Linux

Sample:
nano test.py
-Type print("Lastname");
close nano

Run the python program.
Python3 test.py

Show Mr. Cusack

See code below:
Your file name will be P7_GuessNum_lastname.py
see code below: (a couple of syntax error are in the program.)
 
control-D to exit python Use nano P7_GuessNum_lastname.py Type the code. Close nano. Run the program python3 P7_GuessNum_lastname.py Your files to turn in: - After you code your program you need to produce the follow artifacts. P7_GuessNum_lastname.png (Screen Print of the python program) P7_GuessNum_lastname.py (Actual python program) P7_GuessNum_lastname.mp4 (Video of python program running) Drop off your up to 7 files into google classroom.