Please enable JavaScript.
Coggle requires JavaScript to display documents.
Алгоритмічні структури. (Лінійні. (Pytion (while (a = range(5, 10),…
Алгоритмічні структури.
Лінійні.
-
Pytion
Print(x)
For
a_dict = {"one":1, "two":2, "three":3}
-
while
-
-
b = list(range(1, 10, 2))
print(b) # [1, 3, 5, 7, 9]
else
my_list = [1, 2, 3, 4, 5]
-
-
-
-
-