jul097
4/29/2020 - 5:18 PM

Replace old substring with new target substring

Name = " I love Python"
Name = Name.replace('Python', 'R')
print("Name")