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
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
留言
張貼留言