79350309

Date: 2025-01-12 17:00:47
Score: 1.5
Natty:
Report link
fruit = ("BANANA")
index = -1

while index >= -len(fruit):
    print(fruit[index])
    index -= 1
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shane Cline