Posts by Marcus • 1 point
1 post
-
-1
votes0
answers17
viewsQ: Can someone help me with this python code?
I need to know the functionality of this python function so that it serves what it does and needs to transform it into the PHP programming language. def word_to_int(word): value = 0 exp = 1 for i in…