Fejezet 6
This commit is contained in:
11
fejezet 6/f12/f12.py
Normal file
11
fejezet 6/f12/f12.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import math
|
||||
|
||||
def atfogo(b1, b2):
|
||||
a = int(b1)
|
||||
b = int(b2)
|
||||
a *= a
|
||||
b *= b
|
||||
c = math.sqrt(a+b)
|
||||
return c
|
||||
|
||||
print(atfogo(2,3))
|
||||
Reference in New Issue
Block a user