jc/target.jc

4 lines
65 B
Plaintext
Raw Permalink Normal View History

2022-06-06 13:05:17 +02:00
test = {}
test["test1"] = "LOL"
print test
print test["test1"]