import json
def main (:
#part 1
# Numbers are 10
str = ABC ; # string
list = [1, 2, 3, 4, 5]; # list, square brackets
tuple = (physics,chemistry, 1997, 2000); # element group, small brackets, content cannot be modified!
This is a list of words that end with dict = {name:tom,age: 14}; # dictionary
LogStatus("状态栏显示文本!\n 第二行文本 \n", num, str, list, tuple, dict); # 在状态栏里面把以上变量当做参数传入。