Skip to content

Commit 712e3a5

Browse files
committed
show all brackets
1 parent eff620a commit 712e3a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

brackets.ipynb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,8 @@
537537
"source": [
538538
"## Parentheses\n",
539539
"\n",
540+
"**`(` and `)`**\n",
541+
"\n",
540542
"Parentheses serve a number of purposes in Python. Because pandas is a Python package, it uses them too."
541543
]
542544
},
@@ -780,6 +782,8 @@
780782
"source": [
781783
"## Angle brackets\n",
782784
"\n",
785+
"**`<` and `>`**\n",
786+
"\n",
783787
"Angle brackets are used to do comparison."
784788
]
785789
},

0 commit comments

Comments
 (0)