Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 979e7ff

Browse files
author
aatanasov
committed
Typo in 02
1 parent ffc0432 commit 979e7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02 - Variables, types, control flow/02 - Variables, types, control flow.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2813,7 +2813,7 @@
28132813
" pass # write your code here\n",
28142814
"\n",
28152815
"print(is_valid_UCN(\"6101057509\") == True)\n",
2816-
"print(is_valid_UCN(\"6101057500\", shoul_bypass_checksum=True) == True)\n",
2816+
"print(is_valid_UCN(\"6101057500\", should_bypass_checksum=True) == True)\n",
28172817
"print(is_valid_UCN(\"6101057500\") == False)\n",
28182818
"print(is_valid_UCN(\"6913136669\") == False)"
28192819
]

0 commit comments

Comments
 (0)