Math, asked by intelligentgod, 9 months ago

if ABllCD THEN FIND r+t+s

Answers

Answered by gauravjacker9602
0

Answer:

def initials(phrase): words = phrase.upper result = "" for word in words: result += words return result print(initials("Universal Serial Bus")) # Should be: USB print(initials("local area network")) # Should be: LAN print(initials("Operating system")) # Should be: OS. jownjenga625 is waiting for your help.

Similar questions