📜  While - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:51.242000             🧑  作者: Mango

代码示例3
while True:
    print("A period of time.")
    # "we chatted for a while"
    print("Similar: time spell stretch stint")
    
    print("at the same time; meanwhile.")
    # "he starts to draw. talking for a while"
    
"""
CONJUCTION :D
"""