千位:
百位:
十位:
个位:
a=float(input("please input a:"))
b=float(input("please input b:"))
c=float(input("please input c:"))
if __________________________:
p=(a+b+c)/2
s=(p*(p-a)*(p-b)*(p-c))**0.5
print("三角形的面积是:",s)
else:
print("构不成三角形")
小芳学习了Python的随机函数后,想编写一个能自动生成加法题的程序,用于帮助弟弟提高加法口算能力。经过思考,小芳画出了流程图(如图5所示),现在请你和她一起完善程序。
输出:
if num<0 or num>10:
print('hello')
print('bye')
输出结果是
s=0
while i<5:
s=s+i
i+=1
print(s)
print(max(range(len(x))))