Python之输出和输入.docxVIP

  • 3
  • 0
  • 约2.24千字
  • 约 5页
  • 2022-10-29 发布于江苏
  • 举报
Python Python 之输出和输入 输出 用 print 加上字符串,就可以向屏幕上输出指定的文字。比 如输出hello, world,用代码实现如下: print hello, worldprint 语句也可以跟上多个字符串,用逗号“,”隔开,就可以连成一串输出: print hello, world print 语句也可以跟上多个字符串,用逗号“,”隔开,就可 以连成一串输出: print The quick brown fox, jumps over, the lazy dog The quick brown fox jumps over the lazy dog print

文档评论(0)

1亿VIP精品文档

相关文档