79208774

Date: 2024-11-20 20:02:14
Score: 3.5
Natty:
Report link

def foo(x): c = 1 match x: case "Hello,": a() case "World!": b() case "foobar": c() case _: print("Something didn't happen :(") c = 0 if c == 1: print("Something happened")

Reasons:
  • Blacklisted phrase (1): :(
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sunaina Malik