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

Python学习day01_变量字符串与随机数最先出现在Python成神之路

版权声明:
作者:Alex
链接:https://www.techfm.club/p/26618.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>