home.social

#pythonstrings — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pythonstrings, aggregated by home.social.

  1. Remove spaces from Strings:
    strip() removes leading and trailing whitespace or specified characters.
    lstrip() removes leading (left) whitespace or specified characters.
    rstrip() removes trailing (right) whitespace or specified characters.
    #python #pythontips #coding #learnpython #pythonstrings #stringmethods #codenewbie #devtips #pythonprogramming #100daysofcode