i am trying to set a dictionary Key with a Variable i defined and it yields me an error as you can see in the following screenshot:
Any ideas what is happening and how i could work around that issue?
Thanks,
Dani
test1: String = "aaa" test2: String = "bbb" d: Dict = {} d.set(test1, test2)