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: Material_Part1_PEP/PEP_recommendations/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@ Make use of indentation when using continuation lines:
99
99
def some_other():
100
100
pass
101
101
102
+
102
103
1. Encoding: The source file should always use UTF-8 encoding, and preferably without non-ASCII characters. It also makes your code more general if you use English words for identifiers (function names etc.).
0 commit comments