Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanBaird authored Aug 28, 2022
1 parent 1f09138 commit 24fae7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Turn_a_string_into_a_number_kyu8.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Turn a string into a number

def string_to_number(s):
return int(s)

0 comments on commit 24fae7d

Please sign in to comment.