write a python program to split strings using newline delimiter. code example Example: how to split a string with newline in python var = myString.splitlines()