79313292

Date: 2024-12-28 05:54:59
Score: 2
Natty:
Report link
a = 0
b = 1
while (a <= 8):
     c = a + b
     print(c)
     a = b
     b = c
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: devik ranka1710