News

elif is the Python else-if statement. It allows one to check multiple expressions for truth value and execute a block of code as soon as one of the conditions evaluates to true.
Quick LinksSet Up Your Development EnvironmentWrite Your First Python ProgramWrite Comments in Your CodeStore Data in ...
elif is the Python else-if statement. It allows one to check multiple expressions for truth value and execute a block of code as soon as one of the conditions evaluates to true.