Skip to content

badabum4ik/bdpz2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

def get_math_text(a,b,c): d=b2-4ac if d<0: return[None] else: x=((b*(-1))+(d0.5))/(2a) y=((b(-1))-(d**0.5))/(2a) return[x,y] import back a=int(input('Введите a:')) b=int(input('Введите b:')) c=int(input('Введите c:')) print(back.f(a,b,c)) print("Результат")***

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors