Python while loop is used to run a block code until a certain condition is met. The syntax of while loop is: while condition: # body of while loop.
確定! 回上一頁