Solution Exercise 52 : python algorithm to transform given a string into uppercase
Exercise 52 Using (Exercise 51), write a python program as a function which takes a string s as input and returns the same string in uppercase without using the upper()…