mardi 14 juillet 2020

why inside if is printed here? [duplicate]

i am not able to understand why 'inside if' is printed here?

code:

if "string type":
    print("inside if")
else:
    print("inside else")

please provide any supporting documents if possible, Thanks.

Aucun commentaire:

Enregistrer un commentaire