单项选择题

下面程序中语句print(i*j)共执行了( )次: for i in range(10): for j in range(1, 5): print(i*j)

A、50
B、45
C、40
D、36