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

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

import math

def root(number)

        return math.sqrt(number)

print root( 16)

 

32

256

4