Skip to content

Commit 86be1bb

Browse files
authored
Update How to use if else? lecture 2.ipynb
1 parent 5977884 commit 86be1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

How to use if else? lecture 2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
],
3535
"source": [
3636
"if a > b:\n",
37-
" print(\"A is less than B\")\n",
37+
" print(\"A is Greter than B\")\n",
3838
"\n",
3939
"print(\"I am not in if statement\")"
4040
]

0 commit comments

Comments
 (0)