Hey mates..
plz solve...plz.....
Attachments:
Answers
Answered by
0
Answer:
PYTHON
Explanation:
str=input("Enter the string")
for i in range str:
if (ord(i>=65 and i<=90))
ord(i)=ord(i+32)
print(str)
Similar questions