79205043

Date: 2024-11-19 21:08:24
Score: 2
Natty:
Report link
tuple = (1, 2, 3, 4)

index = 0
while index < len(tuple):print(tuple[index])index += 1
    
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: SACHIN KUMAR