Well,
if "exam" in "example": print "yes!"
Is this an improvement? No. You could even add more statements to the body of the if
-clause by separating them with a semicolon. I recommend against that though.
Well,
if "exam" in "example": print "yes!"
Is this an improvement? No. You could even add more statements to the body of the if
-clause by separating them with a semicolon. I recommend against that though.