Skip to content

Commit

Permalink
fixed function practice problem
Browse files Browse the repository at this point in the history
  • Loading branch information
TiVentures committed Feb 26, 2018
1 parent 891f912 commit f5e9915
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
},
"outputs": [],
"source": [
"def has_33(pattern,text):\n",
"def has_33(nums):\n",
" pass"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
},
"outputs": [],
"source": [
"def has_33(pattern,text):\n",
"def has_33(nums):\n",
" pass"
]
},
Expand Down
41 changes: 0 additions & 41 deletions Variable Assignment.ipynb

This file was deleted.

0 comments on commit f5e9915

Please sign in to comment.