js for (let i = 0; i < 10; i++) { console.log('hi'); } # python for i in range(10): print('hi'). 以上兩種語言的意思一樣,會印出10 次的'hi'。
確定! 回上一頁