--------------------------------------------------------------------
inputString = raw_input() # get a line of input from stdin and save it to our variable
# Your first line of output goes here
print 'Hello, World.'
print inputString
# Write the second line of output
--------------------------------------------------------------------
inputString = raw_input() # get a line of input from stdin and save it to our variable
# Your first line of output goes here
print 'Hello, World.'
print inputString
# Write the second line of output
--------------------------------------------------------------------
No comments:
Post a Comment