Skip to content

Commit 53ac1da

Browse files
committed
Merge pull request #2 from atmo/patch-1
Fixed typos in 01.ipynb
2 parents bd0368e + 06f0096 commit 53ac1da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

01.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,12 +1043,12 @@
10431043
"name": "stdout",
10441044
"output_type": "stream",
10451045
"text": [
1046-
"Only integer can be stored in in variable abc \t275\n"
1046+
"Only integer can be stored in variable abc \t275\n"
10471047
]
10481048
}
10491049
],
10501050
"source": [
1051-
"abc1 = input(\"Only integer can be stored in in variable abc \\t\")"
1051+
"abc1 = input(\"Only integer can be stored in variable abc \\t\")"
10521052
]
10531053
},
10541054
{

0 commit comments

Comments
 (0)