8. Asignación múltiple

Activity: 8.1 ActiveCode (ac_l40_8)

1x = 4
2y = 5
3x = y
4y = x
line that just executed

next line to execute

Frames
Objects

Activity: CodeLens 8.2 (cl_l40_8a)

1x = 4
2y = 5
3temporal = x
4x = y
5y = temporal
line that just executed

next line to execute

Frames
Objects

Activity: CodeLens 8.3 (cl_l40_8b)

1x = 4
2y = 5
3x, y = y, x
line that just executed

next line to execute

Frames
Objects

Activity: CodeLens 8.4 (cl_l40_8c)

You have attempted 1 of 3 activities on this page