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>  
相关文章
相关标签/搜索