python123练习题.docx_第1页
python123练习题.docx_第2页
python123练习题.docx_第3页
python123练习题.docx_第4页
python123练习题.docx_第5页
免费预览已结束,剩余1页可下载查看

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

资料收集于网络 如有侵权请联系网站 删除 谢谢 Hello World Iprint(Hello World)Hello World II(垂直)for name in Hello World: print(name) N的多次方x = eval(input() for i in range(5): print(pow(x, i), end = ) print(pow(x,5) 温度转换 IITempStr = input() #print(eval(TempStr1:) if TempStr0 in F, f: C = (eval(TempStr1:) - 32) / 1.8 print(C:.2f.format(C) else : F = eval(TempStr1:) * 1.8 + 32 print(F:.2f.format(F) 货币转换 Is = input() if s0 in R, r: u = eval(s3:) / 6.78 print(USD:.2f.format(u) else: r = eval(s3:) * 6.78 print(RMB:.2f.format(r) turtle正方形绘制import turtle turtle.setup(650, 350, 200, 200) turtle.penup() turtle.fd(-250) turtle.pendown() turtle.pensize(2) turtle.pencolor(black) turtle.fd(50) for i in range(3): turtle.left(90) turtle.fd(50) turtle.done() turtle六边形绘制import turtle turtle.setup(650, 350, 200, 200) turtle.penup() turtle.fd(-250) turtle.pendown() turtle.pensize(2) turtle.pencolor(black) turtle.fd(50) for i in range(5): turtle.left(60) turtle.fd(50) turtle.done() turtle叠边形绘制import turtlefor i in range(9): turtle.fd(100) turtle.left(80)turtle同切圆绘制import turtle turtle.setup(650, 350, 200, 200) turtle.penup() turtle.pendown() turtle.pensize(2) turtle.pencolor(black) for i in range(4): turtle.circle(30 + 10 * i, 360) 长度转换 Is = input() if s-1 in m, M: y = eval(s:-1) * 39.37 print(:.3fin.format(y) else: x = eval(s:-2) / 39.37 print(:.3fm.format(x)平方值格式化n = pow(eval(input(), 2) if len(str(n) 20: print(n) else: print(0:-20.format(n) 同符号数学运算n = eval(input() N = abs(n) a = N + 10 b = N - 10 c = N * 10 if n = a and c = z: strp = strp:i + chr(ord(c) - ord(a) + 3) % 26 + ord(a) + strpi

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论