Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Replace character
Python Code Challenge
8 -
Write a program that prompts the user for a string, and then replaces all occurrences of the letter 'a' with the letter 'x'.
Python
Data Types
Strings