Patterns using nested For Loop in Python. « for loop. Creating a simple string using for loop for i in range(10): print('*',end='') Output ********** ...
確定! 回上一頁