Σ.Μ.7 fun twice 2

Τι θα εμφανίσει;

def print_twice(x):

        print x

        print x

import math

print_twice(math.pi)

χμμ...διπλή πλάκα (fun twice)

3.141592653589793

3.141592653589793

Μήνυμα λάθους

None