print(520)#输出数字print("hello word")#输出字符串print(5-2)#输出运算符的表达式with open("G:/gjq.txt","w") as fw:#写入文件 print(45434343544,file=fw)