摘要: python中的print()函数和java中的System.out.print()函数都有着打印字符串的功能。 python中: 输出结果为:hello,world! java中: 输出结果为:hello,world! 我们可以看到,这两个函数的用法是一样的 print()函数还有这种用法: 输出 阅读全文
posted @ 2017-11-23 16:39 零柒玖六 阅读(1510) 评论(0) 推荐(0)