import inspect
import random


# ソースを表示する
print(inspect.getsource(random.randrange))