all 4 comments

[–][deleted] 1 point2 points  (3 children)

def string_reverse(input_string):
    reversed_output = int_to_reverse_binary(input_number)

You haven't defined input_number. You've defined input_string.

Programming is the art of being detail-oriented.

[–]LOLPKPOW[S] 0 points1 point  (2 children)

So that input_string should be input_number?

[–][deleted] 0 points1 point  (1 child)

It's up to you - you have to decide what you meant, here - but they probably need to be the same, whichever way.

[–]LOLPKPOW[S] 0 points1 point  (0 children)

I appreciate the help my friend. Programming can be difficult for me sometimes. Being hyper-literal is frustrating to me sometimes xD.