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
Pranav Bakare -
szymon-szym -
Pranav Bakare -
technonotes-hacker -
Top comments (0)