0
Can you substitute letters in a string like you reassign items in a list using index?
You can call out letters in a string using the index (similar to list items). But I am having difficulty if I want to alter the string slightly. Does anyone know how would you go about this?
1 Answer
+ 3
So use the replace function with 'variable.' at the front. Cool, thanks