码迷,mamicode.com
首页 > 其他好文 > 详细

小甲鱼 第一天 p1-15

时间:2018-03-03 21:27:28      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:import   转义   不能   模块   etl   内容   uil   整数   字符串   

1.BIF=内置函数

2.dir(_ _builtins_ _)   #python内置函数表

3.变量名不能以数字开头

4.转义符号转义:A.‘let‘s go‘ >= ‘let\‘s go‘

          B."letl‘s go"

5.string = ‘c:\now‘

print(sting) >=c:

       ow 应该写成string = r‘c:\now   #原始字符串:字符串前加r

6.多行换行#取代\n.  >= ‘‘‘内容‘‘‘

7.import random.randint(1,10)   #导入模块random并执行randint函数,  (#返回一随机整数)

 

小甲鱼 第一天 p1-15

标签:import   转义   不能   模块   etl   内容   uil   整数   字符串   

原文地址:https://www.cnblogs.com/mayunji/p/8502841.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!