import os.path import sys print(os.path.relpath(*sys.argv[1:]))