Activity: CodeLens 2.1.1 (cl_l15_2a)
Activity: CodeLens 2.2.1 (cl_l15_2b)
Activity: CodeLens 2.3.1 (cl_l15_2c)
while
Activity: CodeLens 2.4.1 (cl_l15_2d)
x = 1 while x <= 3: print(x) x = x + 1
x
Pantalla
-1-
1
-2-
2
-3-
3
4
Activity: CodeLens 2.4.1.1 (cl_l15_2e)