*answer asap for brainliest*
To enter a string and display its length, print in uppercase, Capitalize it, slice it in 3 different words. ( string entered is : ‘tagore international school’
Answers
Answered by
2
Answer:
Hey! This is in python...
str = input("Enter a string: ")
print("String in uppercase: ", str.upper())
print("Capitalizing the string: ", str.title())
for i in str:
print(i, end=', '))
# HOPE THIS HELPS YOU!!
Similar questions
Computer Science,
3 months ago
Math,
3 months ago
Music,
7 months ago
Geography,
11 months ago
Physics,
11 months ago