Solution Exercise 36: Python program to delete multiple spaces
Exercice36 Write a program in Python to delete multiple spaces in a string Solution: # Example of strings containing multiple spacess = " Python is object oriented a programming language"#…