A. = 10 B. = 30def func(a, b): a = a + b return ab = func(a, b)print(a, b)运行程序,程序最终执行的结果为( )。 A、10,30B、10,40 C. 40,30 D. 40,40
A. __init()__ B. __name()__ C. __exce()__ D. __main()__
A. this B. me C. self D. 类名
A. turtle B. jieba C. wordcloud D. pygame
A. 对 B. 错