raw_input() prompts the user with a given string and accepts and returns a user-input string : Raw_input : Buildin Function PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Function » Raw_input »

 

raw_input() prompts the user with a given string and accepts and returns a user-input string


user_input = raw_input("Enter your name: ")
print user_input
print len(user_input)



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Buildin Function
» Raw_input