Skip to content

Commit a4dae86

Browse files
committed
HTML fix
1 parent 55963ef commit a4dae86

34 files changed

+50
-50
lines changed

01 Introduction and Installation/1 What is Python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ The simplicity of Python and the possibilities it offers have made it an increas
2424
* [pandas](https://pandas.pydata.org/) — a fast, powerful, flexible and easy to use open source data analysis and manipulation tool.
2525

2626

27-
<hr />
27+
<hr/>
2828

2929
Published under [Creative Commons Attribution-NonCommercial-ShareAlike](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.

02 Constants, Variables and Basic Operations/1 Constants and their types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,6 @@ int(2.7)
191191
will simply discard the fractional part.
192192

193193

194-
<hr />
194+
<hr/>
195195

196196
Published under [Creative Commons Attribution-NonCommercial-ShareAlike](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.

02 Constants, Variables and Basic Operations/2 Other types and logical operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ False and not True
5050
etc... These operators will be very important when the conditions are discussed.
5151

5252

53-
<hr />
53+
<hr/>
5454

5555
Published under [Creative Commons Attribution-NonCommercial-ShareAlike](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.

02 Constants, Variables and Basic Operations/3 Variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,6 @@ a, b = b, a
183183
There should be a comma-separated list of variable names to the left of the character `=`. The right side can be any expressions separated by commas. The number of elements on the left and on the right must be identical.
184184

185185

186-
<hr />
186+
<hr/>
187187

188188
Published under [Creative Commons Attribution-NonCommercial-ShareAlike](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.

02 Constants, Variables and Basic Operations/4 Keyboard input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ print("Length in inches is:", inches)
5050
Please pay attention to write programs this way, **from the very beginning**!
5151

5252

53-
<hr />
53+
<hr/>
5454

5555
Published under [Creative Commons Attribution-NonCommercial-ShareAlike](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.

03 Flow Control/1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44

55

6-
<hr />
6+
<hr/>
77

88
Published under [Creative Commons Attribution-NonCommercial-ShareAlike](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.

03 Flow Control/2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44

55

6-
<hr />
6+
<hr/>
77

88
Published under [Creative Commons Attribution-NonCommercial-ShareAlike](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.

03 Flow Control/3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44

55

6-
<hr />
6+
<hr/>
77

88
Published under [Creative Commons Attribution-NonCommercial-ShareAlike](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.

04 More on Variables/1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44

55

6-
<hr />
6+
<hr/>
77

88
Published under [Creative Commons Attribution-NonCommercial-ShareAlike](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.

04 More on Variables/2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44

55

6-
<hr />
6+
<hr/>
77

88
Published under [Creative Commons Attribution-NonCommercial-ShareAlike](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.

0 commit comments

Comments
 (0)