Nested Loop Python. count = 1 for i in range(10): for j in range(0, i): print(count, end='') count = count +1 print() input().
確定! 回上一頁