Advertisement
stream13

Digit reverse

Jul 22nd, 2014
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. # by Konstantin Shevchenko
  2. int("".join(reversed(list(str(x)))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement