Skip to content

Commit e01a4e5

Browse files
committed
Fix display issues with operations, conditions and strings
1 parent efa7094 commit e01a4e5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Python/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Python
22

33
1. Basic Operators
4-
* +
5-
* -
6-
* *
7-
* **
4+
* \+
5+
* \-
6+
* \*
7+
* \**
88
* /
99
* //
1010
* %
@@ -18,10 +18,10 @@
1818
1. Conditions
1919
* ==
2020
* !=
21-
* >
22-
* <
23-
* >=
24-
* <=
21+
* \>
22+
* \<
23+
* \>=
24+
* \<=
2525

2626
2. Data Types
2727
* String
@@ -37,9 +37,9 @@
3737
* Bytes
3838

3939
3. Strings
40-
* \'
41-
* \"
42-
* \\
40+
* \\'
41+
* \\"
42+
* \\\
4343
* \n
4444
* \r
4545
* \t

0 commit comments

Comments
 (0)