T.E.M Κεφ7Δρ3c

Τι εμφανίζει;

import math

def root(number)

        return math.sqrt(number)

a= root( 16)

print root(a)

 

16

4

8

2