diff options
author | Prabhu Ramachandran | 2018-05-19 20:33:36 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2018-05-19 20:33:36 +0530 |
commit | 3170893245a922fce640a64f0c3bc3f6009ae1e3 (patch) | |
tree | a7e11e934620b3381e4a0b4980417b610294fa2a /advanced_python/data/test.txt | |
parent | 89de5dd28d80d20ff41a70594d930d5adaf3f57e (diff) | |
download | python-workshops-3170893245a922fce640a64f0c3bc3f6009ae1e3.tar.gz python-workshops-3170893245a922fce640a64f0c3bc3f6009ae1e3.tar.bz2 python-workshops-3170893245a922fce640a64f0c3bc3f6009ae1e3.zip |
Add basic material on with statements.
Diffstat (limited to 'advanced_python/data/test.txt')
-rw-r--r-- | advanced_python/data/test.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/advanced_python/data/test.txt b/advanced_python/data/test.txt new file mode 100644 index 0000000..c100072 --- /dev/null +++ b/advanced_python/data/test.txt @@ -0,0 +1,3 @@ +hello +world + |