在 Python 中:打印字符串:使用 print() 函数或直接打印字符串(Python 2:print "字符串";Python 3:print("字符串")。定义变量:使用赋值运算符 (=)。元组:有序且不可变的数据类型,使用圆括号...