CSCI 151

CSCI 151: Lab Practice

Skill set for this LAB:


PART 1: Lab Practice
PART 2:

For the program below, answer the following questions:


X = "Python"
C = 5
D = 3
E = C/D
K = C//D
M = C%D - 2*E
Y = C*D**4