79728383

Date: 2025-08-07 10:03:43
Score: 1.5
Natty:
Report link
def player():
    health = 100
    return health

health = player()
print(health)
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: kollodziej