我的第一个Python程序
程序员文章站
2024-03-23 19:17:22
...
突然想学Python了,今天开始学习,编出了我的第一个Python程序
#calculate the area and circumference of a circle from its radius
import math
radiusString =input("Enter the radius of your circle:")
radiusInteger =int(radiusString)
circumference=2*math.pi*radiusInteger
area=math.pi*(radiusInteger**2)
print ("The cirumference is:%.2f,and the area is:%.2f"%(circumference,area))
推荐阅读
-
我的第一个Python程序
-
我的第一个OCX制作打包 博客分类: c++
-
看看这个笑死我的帖子:"说一说编程恶习" 博客分类: 程序员的生活 编程JavaScriptEclipseSwingIDEA
-
我的Python学习笔记_Day15 面向对象编程1
-
JDK中HashMap的分析 博客分类: 我是一个程序员 JDK
-
【小白学Python】Pyhton程序的分支结构
-
SAE python+chrome扩展快速存储喜欢的图片(可做图床) 博客分类: 我的技术资料收集 料收集python图床sae
-
我的GAE博客程序keb-log开源了 博客分类: GAE学习 GAEDjangoChromeGmailGoogle
-
这是我做的第一个游戏请问这里面还有什么BUG吗
-
来自程序猿的520撩人套路,承受的住算我输!