In python add a variable to a list in an if statement. I want to do something like this:
var = 1vars = []if var >= 1: # add it to "vars" pass
Thanks!
Aucun commentaire:
Enregistrer un commentaire