当前位置:网站首页>Enter the length of three sides of the triangle through the user, and calculate the area of the triangle, where the length is a real number
Enter the length of three sides of the triangle through the user, and calculate the area of the triangle, where the length is a real number
2022-07-03 12:38:00 【iWillook】
#
# main.py
# Some Python Program
#
# Created by Mewlan Musajan on 4/29/21.
#
g = int(input('UZUNLUQ 1: '))
b = int(input('UZUNLUQ 2: '))
a = int(input('UZUNLUQ 3: '))
def isLengthValid():
global g
global b
global a
while g+b<a or g+a<b or b+a<g:
print('TEREP UZUNLUQLIRI ÜCHBULUNG HASIL QILAMMIDI, QAYTA KIRGÜZÜNG')
g = int(input('UZUNLUQ 1: '))
b = int(input('UZUNLUQ 2: '))
a = int(input('UZUNLUQ 3: '))
isLengthValid()
v = (g + b + a) / 2
m = (v*(v-g)*(v-b)*(v-a)) ** 0.5
print('ÜCHBULUNGNING YÜZI %0.5f' %m)
边栏推荐
- Atomic atomic operation
- Sqoop1.4.4原生增量导入特性探秘
- Flutter Widget : Flow
- Implement verification code verification
- Recovery of website address and method of Amazon account login two-step verification failure caused by mobile phone number becoming empty
- Kubectl_ Command experience set
- 2020-11_ Technical experience set
- New features of ES6
- [combinatorics] permutation and combination (example of permutation and combination)
- Do you feel like you've learned something and forgotten it?
猜你喜欢
Prompt unread messages and quantity before opening chat group
Day 1 of kotlin learning: simple built-in types of kotlin
Use bloc to build a page instance of shutter
最新版盲盒商城thinkphp+uniapp
剑指Offer05. 替换空格
【ManageEngine】IP地址扫描的作用
Sword finger offer07 Rebuild binary tree
T430 toss and install OS majave 10.14
2.8 overview of ViewModel knowledge
The future of cloud computing cloud native
随机推荐
wpa_ cli
Dix règles de travail
Everything comes to him who waits
Atomic atomic operation
[combinatorics] permutation and combination (summary of permutation and combination content | selection problem | set permutation | set combination)
flinksql是可以直接客户端建表读mysql或是kafka数据,但是怎么让它自动流转计算起来呢?
Lambda表达式
Apache Mina开发手册
MySQL time zone solution
剑指Offer05. 替换空格
Shutter widget: centerslice attribute
Lambda expression
Introduction to concurrent programming (II)
Computer version wechat applet full screen display method, mobile phone horizontal screen method.
It feels great to know you learned something, isn‘t it?
2.7 overview of livedata knowledge points
Flutter 退出登录二次确认怎么做才更优雅?
Bert running error: attributeerror: module'tensorflow contrib. tpu' has no attribute 'InputPipelineConfig'
【嵌入式】---- 内存四区介绍
Kung Fu pays off, and learning is done