[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/sofitech05/Source-Code-from-Tutorials/master/Python/15_python.py [Back]  [Original]

a = 7823


def corn():
  print(a)


def fudge():
  print(a)

corn()
fudge()

Web Proxy Viewer  |  New URL  |  Original Page