关于print语句,下列选项能够正确输出的是?
print('hello!,2021年!')
print 'hello!,2021年!'
print"(hello!,2021年!)"
print("hello!,2021年!')