下面关于字符串类型变量str1的命名,正确的是?
A、str1 = 123
B、str1 = “python”
C、str1 = ”hello123
D、str1 = [world]