Skip to content

Commit cc5a605

Browse files
authored
Create II Context Managers.py
1 parent 9ebe31b commit cc5a605

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"""********************************************************************************************************************************************
2+
If you've ever seen the "with" keyword in Python and wondered what its deal was, then this is the chapter for you! Context managers
3+
are a convenient way to provide connections in Python and guarantee that those connections get cleaned up when you are done using them.
4+
This chapter will show you how to use context managers, as well as how to write your own.
5+
********************************************************************************************************************************************"""

0 commit comments

Comments
 (0)