mercredi 3 août 2016

Python 2 nested conditionals

How do I nest an if conditional in python with another if?

For example in Java:

if (True) { 
    print ("Truth")
    if (stench = good)
        print ("flower?")
}

Aucun commentaire:

Enregistrer un commentaire