Due date: Wednesday Oct 21.
· Fill in the boxes to indicate what is happening in computer memory as the following statements are executed.
· Put all strings in quotes, and always use a decimal point and at least one number after the decimal point for numbers in float format.
· You can leave a box blank if its value does not change from one row to the next.
x = 12
x
y = "Na"
y
z = 2 * y
z
z2 = 1 + x * 2
z2
my_var = 3.14
my_var
y = "Sha" + z
x = x - 4
z2 = 100 * my_var
z = "my_var"
y = x / 2
z = x + 2.0
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here