Python学习day01_变量字符串与随机数
Python学习
Python学习_day011.1 一个猜数字的小游戏1.2 Python内置函数1.3变量 Variable1.4 字符串 String1.5 转义字符1.6 原始字符串 raw Strings1.7 字符串的加法和乘法 Concatenation and multiplication of Strings1.8 循环结构1.9 改进小游戏
Python学习_day01
初学建议使用IDLE: Integrated Development and Learing Evrionment 快乐码字
永远的 hello world
>>>print("hello world")
hello world
>>>print('hello world')
hello world
>>>print('''hello world''')
hello world
输入 import
共有 0 条评论