python_string_split.py:
x
 
a = "Hello, World!"
b = a.split(",")
print(b)