CS 328 - Week 3 - Lab Exercise

Problem 1

Strawberry
This is a less than character <

        
            strawberry = "Hello"
            print(strawberry)
            strawberry.append(" Goodbye")
        
    

Problem 2

Class Times
Class Name Day Time
CS 328 Monday 3:00 P.M.
CS 348 Friday 3:00 P.M.
CS 450 Tuesday 1:00 P.M.

Problem 3, 4, 5

Enter current date and time
Problem Checklist