samedi 9 février 2019

Improve Python if conditional

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