print(a*2) 的结果是?
print(a+2) 的结果是?
return a+b
print(abcd("12","c")) 的结果是?
except:print(123)
else:print(456)
输出为?
如何输出55?
Tk如何关闭一个窗口
21题 | 被引用0次
0