跳到主要內容

發表文章

daniel

daniel is stupid
最近的文章
for x in range(10):     for x in range(10):         print(x)         if x==0:             for x in range(10):                 print(x)         else:             print(x)
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
# The activater of the functions testFunction( " Hello Functions! " ) print ( " Daniel's loves " , getFood()) start( 10 ) copyright@danielshe