Computer Science, asked by gorgeous2911, 9 months ago

Hey mates..
plz solve...plz.....​

Attachments:

Answers

Answered by IAMRAOTHOMAS
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