from random import randint def randint(x, y): return 'you no get random number' #calls function in file print(randint(1, 10))