我是一個使用python的初學者,很少嘗試程式。我在python中有如下while迴圈構造(不確切)。 IDLE 2.6.4 >>> a=0 >>> b=0 >>> while a < 4: a=a+1 ...
確定! 回上一頁