python 第一步

>>> print "hello ,world!" SyntaxError: invalid syntax >>> print "hello" SyntaxError: invalid syntax >>> printf ("hello") Traceback (most recent call last):   File "<pyshell#2>", line 1, in <module>  
相關文章
相關標籤/搜索