Connect with knowledgeable individuals and find the best answers at IDNLearn.com. Discover the reliable solutions you need with help from our comprehensive and accurate Q&A platform.
age,name = input('Enter a string: ').split('.')
print(name+' is '+age+' years old. Length of '+name+' is '+str(len(name)))
I wrote my code in python 3.8. I hope this helps.