Write a program that takes a list as input and replaces all even list elements with “hello”.
Answers
Answered by
0
Answer:In Python everything is object and string are an object too. Python string can be created simply by enclosing characters in the double quote.
For example:
var = "Hello World!"
Similar questions