Skip to content

Commit f5e9915

Browse files
committed
fixed function practice problem
1 parent 891f912 commit f5e9915

File tree

3 files changed

+2
-43
lines changed

3 files changed

+2
-43
lines changed

03-Methods and Functions/.ipynb_checkpoints/03-Function Practice Exercises-checkpoint.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
},
346346
"outputs": [],
347347
"source": [
348-
"def has_33(pattern,text):\n",
348+
"def has_33(nums):\n",
349349
" pass"
350350
]
351351
},

03-Methods and Functions/03-Function Practice Exercises.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
},
346346
"outputs": [],
347347
"source": [
348-
"def has_33(pattern,text):\n",
348+
"def has_33(nums):\n",
349349
" pass"
350350
]
351351
},

Variable Assignment.ipynb

-41
This file was deleted.

0 commit comments

Comments
 (0)