79218921

Date: 2024-11-23 21:54:58
Score: 2.5
Natty:
Report link

You have not defined "x"

start by defining the variable "x"

x = 2

if x > 3: print("case1") else: print("case2")

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: S.T.R.Y.K.E.R