if-statement
dimanche 31 octobre 2021
How do I associate strings with if conditions in python
var1 = str(input('Choose either A or B'))
var2 = 'A'
if var1 == var2:
print('Hello World')
else:
print('Try something else')
Aucun commentaire:
Enregistrer un commentaire
Article plus récent
Article plus ancien
Accueil
Inscription à :
Publier les commentaires (Atom)
Aucun commentaire:
Enregistrer un commentaire