Computer Science 2 - Period 7

**********
**********
Due Date: Friday September 30, 2022
Practicing UIL 

Come to the front and work problems on the board.

Mr. Cusack will assist you on solving these problems.

**********
**********
Due Date: Friday September 30, 2022
Programming Assignment: Simple Hello Word
**********************************

Click here to use the online python compiler and IDE. 

Program Lesson 1: 
Purpose: create a Hello World program using Python.

Files name:
PX_Lastname_HelloWorld.py (Actual Python program)
PX_Lastname_HelloWorld.png (Resulting output from the Python program)

Click here to watch the video, code the program, and run the program.

Make sure you drop off your 2 files into google classroom.

**********
**********
Due Date: Friday September 30, 2022
Programming assignment: Strings (commands and usage
and concatenation)

 Click here to use the online python compiler and IDE. 

Program Lesson 2: 
Purpose: create a program using Python 
that will use .lower(), .upper(), .title() methods.
demo the concatenation symbol +
explore the newline command \n

Files name:
PX_Lastname_String.py (Actual Python program)
PX_Lastname_String.png (Resulting output from the Python program)

Click here to get the first half of the program code.
Click here to get the second half of the program code.

Code, test, and run this python program.

Make sure you drop off your 2 files into google classroom.

**********
**********