index
:
github/perlweeklychallenge-club.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
())