1. 首页
  2. 数据库
  3. 其它
  4. python_notes 源码

python_notes 源码

上传者: 2021-02-22 07:26:09上传 ZIP文件 8.15KB 热度 13次
笔记 打印到控制台 print ( "Hello World!" ) # String Concatenation print ( "Hello" + " " + "there" ) #Use \n for a new line print ( "Hello \n there!" ) # > Hello # > there! 输入() input ( "A prompt for the user" ) # Usage: print ( "Hello " + input ( "What is your name?" )) # Console # What is your name?Bob #
下载地址
用户评论