跳到主要內容
used="hi"
user=input("type a word ")
use=1
while used.isalnum():
    print("hello")
    use += 1
    if use<=2:
        print("hi")
    elif use>=10:
        print("hello")
    else:
        break
copyright@timotimo

留言