How to improve the following conditional in Python to one line?
name = '' beta = False cmd = "cloud create {}".format(self.name) if beta: cmd = "cloud beta create {}".format(self.name)
Aucun commentaire:
Enregistrer un commentaire