单项选择题

a=’hello’+str([1,2,4]),则a的值是()

A."hello124"
B."hello"
C."hello[1,2,4]"
D.以上都不对