I want to write a python code that outputs the following 1 2 3 4 I tried this: For I in range(2): Print(I, I+1) But this outputs 0 1 1 2 So it does not wo.
確定! 回上一頁