print "foo"
# this is a first comment
# again before the print
print 5 # on-line
# after
# again after the print

##r
print "foo"
# this is a first comment
# again before the print
print 5 # on-line
# after
# again after the print
