Советхан Амина ИПҚ111
Г)
import math
x=int(input('x='))
if x<=2:
y=math.log10(x)+math.sqrt(x)
if x>2:
y=math.log10(2*x)-math.sqrt(3*x)
print('y=',y)
№5 ХОУ жазықтығында өзінің координаталарымен А нүктесі берілген. Оның қай осьте немесе қай координата бұрышында орналасқанын көрсету керек.
x=int(input('x='))
y=int(input('y='))
if x>0 and y>0: print('1 shirek')
if x<0 and y>0: print('2 shirek')
if x<0 and y<0: print('3 shirek')
else: print('4 shirek')
№10 Қабырғалары a,b,c болатын үшбұрыш тең қабырғалы болатынын анықтау керек.
a=int(input('a='))
b=int(input('b='))
c=int(input('c='))
if a==b and a==c and b==c: print('ten kabyrgaly emes,mundai ushburysh jok')
else: print('ten kabyrgaly')
№15 a,b,c сандарының арасынан бүтін сандардың санын санау керек
a=int(input('1-san:'))
b=int(input('2-san:'))
c=int(input('3-san:'))
k=int
k=0
if a==0:
k=k+1
if b==0:
k=k+1
if c==0:
k=k+1
else:print('butin sandardyn sany=')
№20 Барлық үшбұрыштардың арасынан олардың қабырғаларының ұзындықтары бойынша тік бұрыштысын анықтайтын программа жазу керек. Егер ондай үшбұрыш жоқ болса, онда С бұрышын есептеу керек.
print('kabyrgalary')
a=float(input('a='))
b=float(input('b='))
c=float(input('c='))
if a< b+c and b< a+c and c< a+b:
print('ondai ushburysh bar')
else:print('ondai ushburysh jok')0>0>
Достарыңызбен бөлісу: |