You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ For missing content, refer [Official Documentation](https://docs.python.org/)
7
7
For some short snippets in python, visit [30 seconds of code - python](https://www.30secondsofcode.org/python/p/1)
8
8
For short notes refer, [Cheat Sheet](Cheat_sheet.pdf)
9
9
10
-
Book:
11
-
A Byte of Python - Swaroopch
12
-
[Read Online](https://python.swaroopch.com)
13
-
[Download PDF or EPUB](https://github.com/swaroopch/byte-of-python/releases/latest)
14
-
[Purchase](https://swaroopch.com/buybook)
10
+
Book:
11
+
A Byte of Python - Swaroopch
12
+
[Read Online](https://python.swaroopch.com)
13
+
[Download PDF or EPUB](https://github.com/swaroopch/byte-of-python/releases/latest)
14
+
[Purchase](https://swaroopch.com/buybook)
15
15
16
16
### Sequence of notes:
17
17
All the outputs are to be tested by using print statement. In the notes shared, if only names of variables/functions are given, please use print statement(s) in your code to get the output.
0 commit comments