As a beginner, you should look more carefully at your code. Take it slow. Go character by character. You are missing the character “1” in your string.
value = "Data: 1 Hello:Coordinator"
solved String Separation at Space using python3
As a beginner, you should look more carefully at your code. Take it slow. Go character by character. You are missing the character “1” in your string.
value = "Data: 1 Hello:Coordinator"
solved String Separation at Space using python3