>>>def hello() . . .print "hello"
这样会报错的,报错如下:
IndentationError: expected an indented block
其实是空格的问题,需要在 **print"hello"**之前加空格!