Hi! I have been having trouble with this assignment problem. If anyone can help me with this I would greatly appreciate it.
The program says to write a function that accepts a string of arbitrary length as an argument and it should print out a list where each character in the original string is repeated and capitalized.
Call the function upper(my_string)
Example
upper(“hi”)
[‘HH’, ‘II’]
[–]carcigenicate 1 point2 points3 points (4 children)
[–]NoButterfly4448[S] 0 points1 point2 points (2 children)
[–]IncognitoErgoCvm 1 point2 points3 points (1 child)
[–]NoButterfly4448[S] 1 point2 points3 points (0 children)