Answers for "remove space python before"

3

remove after and before space python

st = " a "
strip(st)
#Output : "a"
Posted by: Guest on May-24-2020
-1

remove space in print python

age = 20
print("My age is ", age, '.', sep='')
Posted by: Guest on June-17-2021

Code answers related to "remove space python before"

Python Answers by Framework

Browse Popular Code Answers by Language