谨慎使用制表符和空格!应该象以下这样缩进代码块:
1 L = [1,2,3] 2 L = [u'Steffi', u'Erna', u'Rolf']
文本字符串必须定义为unicode字符编码,否则将不能显示. -> u'Steffi'
1 import time 2 dir(time) # to get info what the functions are within the module time