kkalog

Untitled

Jul 20th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. def int_to_string_converter(x):
  2.   print str(x)
  3.  
  4. y = int(raw_input("Give me the integer:"))
  5. int_to_string_converter(y)
Advertisement
Add Comment
Please, Sign In to add comment