Trying to use this code to read an input for an exercise but not working
import sys def get_string(): return sys.stdin.readlines() inputs = get_string()