79592654

Date: 2025-04-25 13:53:21
Score: 1.5
Natty:
Report link
oldlist = ["Peter", "Paul", "Mary"]

newlist = list(map(str.upper, oldlist))

print(newlist)

['PETER', 'PAUL', 'MARY']
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: anody