单项选择题

执行下列语句,若输入为"123",则输出为? input = raw_input() print input * 3

A、369
B、123123123
C、1233
D、程序出错