A. <<< B. 《 C. >>> D. 》
A. 可移植性好 B. 被称为“胶水语言” C. 代码可以随意缩进 D. 免费开源
A. import math as ma B. import math C. from math import * D. import math [as ma]