Can you please explain else statement | Sololearn: Learn to...
Else statement runs only if the 'if' statement runs false. Else statements don't need any condition, it does the opposite of 'if' statement. Also, you can give an elif statement which needs a condition, which r