a = 1.2
b = 5
c = 3 + 6j
d = '你好'
e = True
print(type(a))
print(type(b))
print(type(c))
print(type(d))
print(type(e))
print()
age = '16'
print(type(age))
age_new = int(age) # 转换为整数
print(type(age_new))
print()
f = 5.0
g = int(f)
print(type(g))
print()
h = 5.9
i = int(h)
print(i)
print(type(i))
print()
j = '3.2'
k = float(j)
print(k)
print(type(k))
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
计算机二级python考试练习代码及教程-ipynb结构代码 1.单选题:单选题主要是由计算机基础、数据结构与算法和python基础知识三个部分组成,总共四十分,前两个部分是二级必考,第三部分则是python特有,分值占比会大一些,但绝大部分都是基础题,熟练掌握基础便可获得大部分分数。 2.基础编程题:题目会给一段写好的代码,描述代码作用,或者告知代码描述,让填写缺失的代码。这需要考生具备一定的代码阅读水平,才能准确完成题目,此部分40分。 3.编程题:一道自由度比较高的题目,需要调用各种和python编程相关的知识来解决,熟练掌握基础是过关的秘诀,此部分占20分。
资源推荐
资源详情
资源评论
收起资源包目录
Python-test.rar (79个子文件)
Python-test
test5.1.ipynb 1KB
test4.1.2.ipynb 2KB
test5.4.2.ipynb 3KB
test3.2.1.ipynb 2KB
test1.py 415B
test5.2.2.ipynb 1KB
test6.2.2.ipynb 6KB
test2.2.3.ipynb 3KB
test2.3.2.ipynb 2KB
test6.1.3.ipynb 2KB
test4.2.3.ipynb 2KB
test2.3.1.ipynb 2KB
test5.3.2.ipynb 3KB
test2.3.4.ipynb 4KB
test4.4.ipynb 2KB
test2.2.4.ipynb 2KB
test3.2.3.ipynb 982B
test4.1.1.ipynb 1KB
.idea
Test.iml 321B
workspace.xml 4KB
misc.xml 185B
inspectionProfiles
profiles_settings.xml 174B
modules.xml 267B
.gitignore 50B
test5.3.1.ipynb 2KB
test6.1.6.ipynb 1KB
test5.4.1.ipynb 3KB
test5.3.3.ipynb 3KB
test3.2.2.ipynb 2KB
test5.2.1.ipynb 4KB
test4.3.ipynb 2KB
test6.1.4-5.ipynb 6KB
test6.2.1.ipynb 3KB
test5.4.3.ipynb 4KB
Untitled.ipynb 72B
test4.2.2.ipynb 3KB
test2.3.3.ipynb 2KB
test4.2.1.ipynb 1KB
test3.3.ipynb 3KB
test3.1.1.ipynb 3KB
.ipynb_checkpoints
test4.4-checkpoint.ipynb 2KB
test4.1.2-checkpoint.ipynb 2KB
test6.2.1-checkpoint.ipynb 3KB
Untitled-checkpoint.ipynb 72B
test5.1-checkpoint.ipynb 1KB
test6.1.4-5-checkpoint.ipynb 72B
test5.2.2-checkpoint.ipynb 758B
test2.3.2-checkpoint.ipynb 2KB
test5.4.2-checkpoint.ipynb 3KB
test6.1.1-2-checkpoint.ipynb 5KB
test5.3.2-checkpoint.ipynb 3KB
test3.1.3-checkpoint.ipynb 2KB
test5.2.1-checkpoint.ipynb 4KB
test5.4.1-checkpoint.ipynb 3KB
test6.1.3-checkpoint.ipynb 2KB
test2.3.3-checkpoint.ipynb 2KB
test3.1.1-checkpoint.ipynb 1KB
test2.2.3-checkpoint.ipynb 3KB
test3.2.3-checkpoint.ipynb 982B
test3.2.1-checkpoint.ipynb 2KB
test4.2.3-checkpoint.ipynb 2KB
test5.3.1-checkpoint.ipynb 2KB
test2.3.1-checkpoint.ipynb 2KB
test4.2.2-checkpoint.ipynb 3KB
test6.2.2-checkpoint.ipynb 6KB
test3.1.2-checkpoint.ipynb 2KB
test5.4.3-checkpoint.ipynb 1KB
test2.3.4-checkpoint.ipynb 4KB
test4.3-checkpoint.ipynb 2KB
test4.2.1-checkpoint.ipynb 1KB
test2.2.4-checkpoint.ipynb 2KB
test4.1.1-checkpoint.ipynb 1KB
test6.1.6-checkpoint.ipynb 1KB
test5.3.3-checkpoint.ipynb 3KB
test3.3-checkpoint.ipynb 3KB
test3.2.2-checkpoint.ipynb 2KB
test3.1.3.ipynb 2KB
test6.1.1-2.ipynb 5KB
test3.1.2.ipynb 2KB
共 79 条
- 1
资源评论
Matlab神经网络深度学习
- 粉丝: 1w+
- 资源: 109
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功