mardi 15 juin 2021

In python While writing If conditions by using False boolean condition,I am getting nothing as output, showing that indented code gets skipped, why?

inbox_full = False if inbox_full: print("Your inbox is full")

By performing the above condition in python I am getting the code skipped ..why this is happening so.

Aucun commentaire:

Enregistrer un commentaire