Coming straight to the point, I want to write the following if statement in one line like if True:a=5(the if statement has only one line of code):
if True:a=5
if True: a=5 print("a=5")
(I'm happy that there is a tag simplify)
Aucun commentaire:
Enregistrer un commentaire