已采納回答 / 寶慕林5325324
x100 = (n-1)*d+x1
#相當于99個三相加再加第一個多出來的數
S?? =??? (x1 + x100)*n/2
print S
2017-12-29
已采納回答 / 爵色出演
a = 123b = aprint b # b = q ,所以 a = 123print a # 123a = "hello word"b = aprint b # 此時b = a = 'hello word'print a # a = 'hello word'#注意,以上的輸出結果是:? ? #123? ? #123? ? #hello word? ? #hello word? ??#再來一次,代...
2017-12-29
已采納回答 / 狼帝帝
python 有很多版本,只不過分為倆個大的版本更新迭代 python 2系列 和python3系列? ,一般公司用python 2系列因為python2和python3 有些東西 不兼容 而且第三方庫 一般只支持 python 2系列
2017-12-28