实验3 选择结构程序设计(续)【实验目的】 1掌握分支条件语句的使用。2掌握分支嵌套语句的使用。【实验内容】1. 通过Input()函数任意输入三条边长,经过简单的计算后,判断三条边长能否构成三角形,并确定是类型的三角形,如(等边,等腰,一般三角形)。a=input(Please input the length of a:)b=input(Please input the length of b:)c=input(Please input the length of c:)if a+bc and a+cb and b+ca: if a=b=c: print This is an equilateral triangle. if a=b or a=c or b=c: print This is an isosceles triangle. if a!=b!=c: print This is a scalene triangle.e
Copyright © 2018-2021 Wenke99.com All rights reserved
工信部备案号:浙ICP备20026746号-2
公安局备案号:浙公网安备33038302330469号
本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。