Solution Exercise 53 : python program which transform given a string into lowercase
Exercise 53 By using the (Exercise 51), create a python algorithm as a function that takes as input a string s and which returns the same string in lowercase without…