Skip to content
  • Tutorials
    • c programming
      • libraries
    • c++
    • Linux
    • Python
    • batch programming
    • Technology
  • IDE
  • Tools
how to strip white space of text in python? 1

how to strip white space of text in python?

May 13, 2022 by Anurag batra
sentence = ' hello  apple'
sentence.strip()
>>> 'hello  apple'
Categories Python Examples
Post navigation
how to say hello with name in python
pandas drop rows with null in specific column
© MyEduKit - 2022 . All Rights Reserved.