S
shapper
Hello,
I want to define a string value in a short way, if possible, as
follows:
Weight = "Light" if Count < 10, "Normal" if Count >= 10 and < 20,
"Heavy" if Count >= 20
How can I do this?
Thanks,
Miguel
I want to define a string value in a short way, if possible, as
follows:
Weight = "Light" if Count < 10, "Normal" if Count >= 10 and < 20,
"Heavy" if Count >= 20
How can I do this?
Thanks,
Miguel