Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update
  • Loading branch information
Aniruddh-0701 committed Oct 13, 2020
commit 9dede5ea3002349660bdf0bcd3944c111cfdcc70
2 changes: 1 addition & 1 deletion .ipynb_checkpoints/README-checkpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For some short snippets in python, visit [30 seconds of code - python](https://w
<li>Data Structres - Sets</li>
<li>Modules and Packages</li>
<li>File Handling</li>
<li>Advanced I/O </li>
<li><a href = 'Advanced_IO.ipynb'> Advanced I/O </a></li>
<li>Errors and Exception Handling</li>
<li> <a href = 'Generators.ipynb'> Python Generators </a> </li>
<li>Python Iterators</li>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For some short snippets in python, visit [30 seconds of code - python](https://w
<li>Data Structres - Sets</li>
<li>Modules and Packages</li>
<li>File Handling</li>
<li>Advanced I/O </li>
<li><a href = 'Advanced_IO.ipynb'> Advanced I/O </a></li>
<li>Errors and Exception Handling</li>
<li> <a href = 'Generators.ipynb'> Python Generators </a> </li>
<li>Python Iterators</li>
Expand Down