Cloud Hat ☁️
What is the correct value of x given the assignment shown?x = list(range(-17, -7, 2))print(x)
1 month ago | [YT] | 3
Cloud Hat ☁️
What is the correct value of x given the assignment shown?
x = list(range(-17, -7, 2))
print(x)
1 month ago | [YT] | 3