Movatterモバイル変換


[0]ホーム

URL:


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

Commit0d447c3

Browse files
committed
Markdown fix
1 parentd41b302 commit0d447c3

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

‎basics.ipynb‎

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,30 @@
11
{
22
"cells": [
33
{
4-
"cell_type":"code",
5-
"execution_count":null,
4+
"cell_type":"markdown",
65
"metadata": {
76
"collapsed":true
87
},
9-
"outputs": [],
108
"source": [
11-
"# PYTHON BASICS - source-nerd"
9+
"##PYTHON BASICS - source-nerd"
1210
]
1311
},
1412
{
15-
"cell_type":"code",
16-
"execution_count":1,
13+
"cell_type":"markdown",
1714
"metadata": {},
18-
"outputs": [],
1915
"source": [
20-
"\"\"\"\n",
21-
" 1. Data Structures in Python\n",
22-
" a. List\n",
23-
" b. Dictionary\n",
24-
" c. Tuples\n",
25-
"\"\"\""
16+
"## 1. Data Structures in Python\n",
17+
"\ta. List\n",
18+
"\tb. Dictionary\n",
19+
"\tc. Tuples"
2620
]
2721
},
2822
{
29-
"cell_type":"heading",
23+
"cell_type":"markdown",
3024
"metadata": {},
31-
"level":3,
3225
"source": [
33-
"1.a. List\n",
34-
"List literals are written within square brackets [ ]. Lists work similarly to strings -- use the len() function and square brackets [ ] to access data, with the first element at index 0. (See the official python.org list docs.)"
26+
"###1.a. List\n",
27+
"List literals are written within square brackets [ ]. Lists work similarly to strings -- use the len() function and square brackets [ ] to access data, with the first element at index 0. (See the official python.org list docs.)\n"
3528
]
3629
},
3730
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp