aboutsummaryrefslogtreecommitdiff
path: root/challenge-045/orestis-zekai/python/ch-2.py
blob: 574ce3331cc3a8281ff1eb0f9ca2929e135f2bc3 (plain)
1
2
3
4
5
# Open file
f = open('sourceDumper.py')

# Read contents and print
print(f.read())