Jeffery Legros
New member
- Joined
- Apr 5, 2024
- Messages
- 21
- Points
- 3
I'm still new to python and I was on a website that gives quizzes. This was one of the questions "In a file called playback.py, implement a program in Python that prompts the user for input and then outputs that same input, replacing each space with ... (i.e., three periods)." I don't have any idea on which method to use for this. Example of the output would be "Hello...lorem...ipsum" something like this.