跳到主要內容
# [ ] review the code, run, fix the Logic error
count = 1
counted=100000


# loop 5 times
while count < counted:
    print(count , "x", str(count), "=", str(count*count))
    count += 1
copyright@danielshe

留言