How to write if -else program using python

 # Syntax for if-else


if condition:

        statement

else:

   statement



Comments

Popular posts from this blog