Computer Science, asked by tambechandrakan7903, 1 year ago

Program to enter a string and convert it into uppercase python

Answers

Answered by zaidghori1997
0

str=input("enter a string")

print(str.upper())

Similar questions