# funct_to_import.py just has funct(n) that returns n def funct(n): return n a,b,c=0,0,0 def rabc(): a=1 b="rabc string" c=[3, 4, 5, 6] return a,b,c