[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Program Discussion :: Basics

Home > Programs > Basics

246 / 279

Write program to remove extra blank spaces.

Answer:

str1 = "Remove white spaces";  
   

str1 = str1.replace(" ","");  
          
print("String after removing all the white spaces : "   str1);

Asked In :: Tavant Technologies

Post Your Answer Here:

Language:

Post Your Reply Here:



Language:

Post Your Reply Here:



Language:

Post Your Reply Here:



Language:

Post Your Reply Here:



Language:

Post Your Reply Here: