- 博客(3)
- 收藏
- 关注
转载 python 类型解析
基本数据类型: 1、数字 int(整型) 在32位机器上,整数的位数为32位,取值范围为-2**31~2**31-1,即-2147483648~2147483647 在64位系统上,整数的位数为64位,取值范围为-2**63~2**63-1,即-9223372036854775808~9223372036854775807 class int(object)...
2018-06-15 17:22:00
128
转载 初识Python
一、输入 1 2 3 4 5 6 7 8 #!/usr/bin/env python # -*- coding: utf-8 -*- # 将用户输入的内容赋值给 name 变量 name=raw_input("请输入用户名:") # 打印输入的内容 printname ...
2018-06-13 16:56:00
56
转载 字符串
每个字符串都具备如下功能: class str(basestring): """ str(object='') -> string Return a nice string representation of the object. If the argument is a string, the return value is the same ...
2018-06-13 16:47:00
83
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人