File size: 66 Bytes
338964a
 
 
 
 
1
2
3
4
5
def add(a,b):
    return a+b

def area(r):
    return 3.14*r*r