print ['abc']print type(['abc']) # a listprint ('xyz')print type(('xyz')) # a string, not a tupleprint ('xyz',)
Name (required)
email (will not be published) (required)
Website