how to take line seprated input in python code example Example: multiline input in python import sys userInput = sys.stdin.readlines()