Commas replaced by dots

It’s been a long time since i’ve done a blog post. I wonder why…. Welp, today I’ve got an assignment, today’s one is to write a python program that prints a version of the strings with all commas replaced by dots. Like this. Example - Input Output "Hello, World!" "Hello. World!" "725,000" "725.000" First, I’m going to do the 1st one. I’m going to assign it to a variable called string. ...

December 26, 2023 · 1 min · SourFox