Computer Science, asked by sanjeev7837, 1 year ago

write a program in Python application for the following operations first to input a string and print its length ​

Answers

Answered by shivanireddy42
1

Explanation:

str=input("enter a string")

print(len(str))

Similar questions