squares = [0, 1, 4, 9, 16, 25, 36, 49, 64, 81]
print(squares[::-1])
[81, 64, 49, 36, 25, 16, 9, 4, 1, 0]
squares = [0, 1, 4, 9, 16, 25, 36, 49, 64, 81]
print(squares[::-1])
[81, 64, 49, 36, 25, 16, 9, 4, 1, 0]
For further actions, you may consider blocking this person and/or reporting abuse
Cong Li -
Mahamadjon000 -
Mike Young -
sandr0-p -
Top comments (0)