#from fibo import PrintFib #PrintFib(10) #ls = GetFib(10) #print(ls) from fibo import * PrintFib(10) ls = GetFib(10) print(ls)