码迷,mamicode.com
首页 > 编程语言 > 详细

python中的变量

时间:2019-06-02 01:51:13      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:mamicode   一个   标识   info   style   inf   font   alt   com   

2.1 保留字与标识符

1.python中的33个保留字不能用做名称。

2.保留字区分大小写。

3.以下是python中的保留字:

技术图片

 

2.2 python中的变量

比如创建一个数字我们经常用number作为变量名称

number = 1024

 

int :整型

str :字符串类型

type()可以返回变量类型

id()获取内存地址

2019-06-02

 

python中的变量

标签:mamicode   一个   标识   info   style   inf   font   alt   com   

原文地址:https://www.cnblogs.com/xiaofan7788/p/10961611.html

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