Trimmräume in Saitenpython
a = " yo! "
b = a.strip() # this will remove the white spaces that are leading and trailing
Super Stoat
a = " yo! "
b = a.strip() # this will remove the white spaces that are leading and trailing