79073421

Date: 2024-10-10 08:32:26
Score: 1.5
Natty:
Report link

this

a, b, c = (5, 6, 7) if cond1 == 2 and cond2 == 3

or this

a, b, c = (5, 6, 7) if cond1 == 2 and cond2 == 3 else (None, None, None)

I think it will do the job.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Murat Altuntaş