python_string_strip.py:
x
 
a = " Hello, World! "
print(a.strip())