At Westonci.ca, we make it easy for you to get the answers you need from a community of knowledgeable individuals. Get detailed answers to your questions from a community of experts dedicated to providing accurate information. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently.

7.4.4: Length of User's Name

Sagot :

Answer:

user_name = input("input user name: ")
print(len(user_name))

Explanation:

input - input function in python

len - length of value

print - print data