79477319

Date: 2025-03-01 09:03:51
Score: 1.5
Natty:
Report link
>>> list_ =[1,2,3,4,5]
>>> print (list_)
[1, 2, 3, 4, 5]

>>> print(list_[::-1])
[5, 4, 3, 2, 1]
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: VeryMery