Connect with knowledgeable individuals and get your questions answered on IDNLearn.com. Join our community to receive prompt and reliable responses to your questions from knowledgeable professionals.
Answer:
user_name = input("input user name: ")
print(len(user_name))
Explanation:
input - input function in python
len - length of value
print - print data