python standard input code example Example: input stdin python Click to copyimport sys data = sys.stdin.readline() sys.stdout.write('Dive in')