I want to convert my input from int to string but i cannot do it! This is my code! Please help!
 def hi(x):
       print x
if I put a letter for x,an error message comes! I don't want to give my input within double quotation marks.without doing that, is there any way?
 
     
    