0
How to remove space in a string in python
Eg: Iam proud to - Iamproudto
5 Respostas
+ 5
Just replace spaces with empty strings.
+ 3
https://code.sololearn.com/cId67fvHeXO6/?ref=app
hope this helps
+ 2
str = "I am proud to".replace(" ","")
print(str)
+ 2
Replace spaces with empty strings.
It will works.
0
Thanku for your answers. All of your answers are right visph, Spooderman, 0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~