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
Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.
Aviral Srivastava -
Bhavya Jain -
Laetitia Perraut -
Zhang Wei -
Top comments (0)