Hi I am trying to use a match - case syntax in grasshopper python but raised an unexpected token error.
Is this due to the iron python version? or did I write something wrong here?
data = [“t”, “r”, “o”]
for d in data:
match d:
case “t”:
print(“ggggg”)