#!/usr/local/bin/python3 # no import needed for input # reads one line. Input takes an optional argument to prompt the user # NOTE: the newline is NOT included in the returned data x = input() print('"{0}"'.format(x))