Skip to content

Commit f32e4db

Browse files
updated files for week1
1 parent cddabdb commit f32e4db

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

Diff for: Week 1/01_Python_for_beginners.ipynb

+1-12
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"version": "3.7.3"
2121
},
2222
"colab": {
23-
"name": "01 Python_for_beginners.ipynb",
23+
"name": "01_Python_for_beginners.ipynb",
2424
"provenance": []
2525
}
2626
},
@@ -807,17 +807,6 @@
807807
"execution_count": null,
808808
"outputs": []
809809
},
810-
{
811-
"cell_type": "markdown",
812-
"metadata": {
813-
"id": "IKLD19akeIlG"
814-
},
815-
"source": [
816-
"# Why should I use .lower() to sanitize the user input ?\n",
817-
"- Always write your code in a way that even if user enters the most dumb input your program can understand it.\n",
818-
"![image.png](attachment:image.png)"
819-
]
820-
},
821810
{
822811
"cell_type": "markdown",
823812
"metadata": {

0 commit comments

Comments
 (0)