79445556

Date: 2025-02-17 13:37:56
Score: 1.5
Natty:
Report link
for i in range(1,6):
    for j in range(65,65+i):
        a =chr(j)
        print(a,end="")
    print()   #This will solve the problem
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Reeti Bhatnagar