79336095

Date: 2025-01-07 13:07:31
Score: 0.5
Natty:
Report link

You need an upper and lower bound argument.

# return a random number inclusive of 0 and 2.
result = random.randint(0,2) 
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: awongh