Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 58ea5d4

Browse files
minor fixes
1 parent 5608336 commit 58ea5d4

File tree

4 files changed

+17195
-3
lines changed

4 files changed

+17195
-3
lines changed

‎.ipynb_checkpoints/DS_Lists-checkpoint.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@
128128
"```python\n",
129129
"list1 = list(input()) \n",
130130
"list1 = list(input().split())\n",
131-
"```"
131+
"```\n",
132+
"To know more on `split()`, find it in [Data Structures - Strings](DS_Strings.ipynb)"
132133
]
133134
},
134135
{
@@ -2026,7 +2027,7 @@
20262027
"name": "python",
20272028
"nbconvert_exporter": "python",
20282029
"pygments_lexer": "ipython3",
2029-
"version": "3.9.4"
2030+
"version": "3.9.6"
20302031
}
20312032
},
20322033
"nbformat": 4,

‎DS_Lists.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@
128128
"```python\n",
129129
"list1 = list(input()) \n",
130130
"list1 = list(input().split())\n",
131-
"```"
131+
"```\n",
132+
"To know more on `split()`, find it in [Data Structures - Strings](DS_Strings.ipynb)"
132133
]
133134
},
134135
{

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /