Laboratory Assignments
 
 
Week 1
 Lab 1
  Lab 1 
 Lab 2
  Lab 2
Week 2
 Lab 3 - LINUX 
QUIZ
  Lab 3 - LINUX 
QUIZ   
Week 3
 Lab 4/5
  Lab 4/5
Week 4
Input in Python:
- For integers use: int(input("user prompt "))
- For floats use: float(input("user prompt "))
- For strings use: input("user prompt ") and when inputing the string 
you must enclose it in double or single quotes
- For formatted output use function format.
- For example, to print only 2 decimal digits of the number 
1232.566777 use the
following statement:
print(format(1232.566777, '.2f'))
- For example, to print only 4 decimal digits of the number 1232.566777 
use the
following statement:
print(format(1232.566777, '.4f'))
 
 Lab 6/7
  Lab 6/7
 Lab 
Assignment 
- Wed, Sept 23
  Lab 
Assignment 
- Wed, Sept 23
Week 5
 Week 5 Lab Monday
  Week 5 Lab Monday  
 Week 5 Lab Wed
  Week 5 Lab Wed 
Week 6
 Week 6 Lab Monday
  Week 6 Lab Monday 
Week 7
 Graded Lab Week 7 - Session A
 Graded Lab Week 7 - Session B
Week 8
Week 8 Lab Monday 
Week 8 Lab Wed 
Weeks 9-10 - LOOP WHILE 
 Lab Monday Nov 2 
 Lab Wed Nov 4 
Weeks 11-12 Loop FOR 
 Nov 11 
Week of Nov 16 - 23  Loop FOR 
 Nov 16 - Lab Practice 
Week of Nov 30 - Lists in Python 
 Nov 30 - Dec 2 Lab Practice  
Week of Dec 7 - Lists in Python, Strigs in Python 
 Dec 7 - Dec 9 Lab Practice