import json def main(): #part 1 num = 10; # 숫자 str = “ABC”; # 문자열 list = [1, 2, 3, 4, 5]; # 목록, 칸 괄호 tuple = (‘physics’, ‘chemistry’, 1997, 2000); # 원소, 소괄호, 내용을 수정할 수 없다! dict = {‘name’: “tom”, ‘age: 14}; # 사전
LogStatus("状态栏显示文本!\n 第二行文本 \n", num, str, list, tuple, dict); # 在状态栏里面把以上变量当做参数传入。