Skip to content

Commit 06f0096

Browse files
committed
Fixed typos in 01.ipynb
1 parent bd0368e commit 06f0096

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)