print '('; while( <> ) { chomp; print ",\n" unless $. == 1; print "'$_'"; } print ")\n";