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

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

import math

def root(number)

        return math.sqrt(number)

a= root( 16)

print root(a)

 

8

4

2

16