how to have a blank in an if statement python

Solutions on MaxInterview for how to have a blank in an if statement python by the best coders in the world

showing results for - "how to have a blank in an if statement python"
Giuseppe
28 Mar 2017
1if :
2  pass
3else:
4  print("")