79644806

Date: 2025-05-30 02:12:28
Score: 1
Natty:
Report link

Use return() statement. It is best practices. No need to called called global variable.

Script:

def player():
    health = 100
    return print(health)

player()
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adios Gringo