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