Functions to remove spaces in Python

From , 4 Years ago, written in Python, viewed 51 times.
URL https://pastebin.vip/view/680f0fc3
  1. >>>a=" gho stwwl "
  2. >>>a.lstrip()
  3. 'gho stwwl '
  4. >>>a.rstrip()
  5. ' gho stwwl'
  6. >>>a.strip()
  7. 'gho stwwl'

Reply to "Functions to remove spaces in Python"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website