Microsoft Windows [版本 10.0.15063]

(c) 2017 Microsoft Corporation。保留所有权利。

C:\Users\Jam>python

Python 3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 18:41:36) [MSC v.1900 64 bit (AMD64)] on win32

Type "help", "copyright", "credits" or "license" for more information.

>>> print "你好,世界";

  File "<stdin>", line 1

    print "你好,世界";

                ^

SyntaxError: Missing parentheses in call to 'print'

>>> print "11";

  File "<stdin>", line 1

    print "11";

             ^

SyntaxError: Missing parentheses in call to 'print'

>>> print ("11");

11

>>> print ("涉及到");

涉及到

>>>

最新文章

  1. ssh 公钥登陆的问题
  2. (转)px、em、rem的区别和使用
  3. android绘制view的过程
  4. 洛谷 P1014 Cantor表 Label:续命模拟QAQ
  5. 解决: Can’t connect to local MySQL server through socket /var/lib/mysql/mysql.sock
  6. 对android应用一些破解的方法
  7. laravel5.1关于lists函数的bug
  8. MacOS快捷键
  9. HDU 5738 Eureka(极角排序)
  10. 存储管理(一):openfiler介绍及存储理解
  11. SpringMVC拦截器Interceptor
  12. JavaScript正则表达式模式匹配(6)——常用的正则表达式
  13. API做翻页的两种思路
  14. hbase-hive整合及sqoop的安装配置使用
  15. AE模板
  16. 单点登录SSO图示和讲解(有代码范例)转帖
  17. CenOS_6.6_简单搭建vsFTP
  18. HTML5布局
  19. 《EM-PLANT仿真技术教程》读书笔记
  20. prvReadAsyncOperation

热门文章

  1. python+selenium十四:xpath和contains模糊匹配
  2. HDU 4763 Theme Section(KMP灵活应用)
  3. 20165206 2017-2018-2 《Java程序设计》第七周学习总结
  4. 009-Python-面向对象
  5. Go语言之defer关键字
  6. [转] mongoose 之Shema
  7. es6 let和const
  8. @transactional注解下失效
  9. [POI2007]堆积木Klo
  10. PyCharm安装使用 激活码