As a python file with the extension .py, has the code in lines like that
import requests import hashlib x=10 y=20 w=30 z=x+y print(z)
As y