What is the difference between those two Python codes?

前端 未结 0 1449
忘了有多久
忘了有多久 2020-12-04 02:33

Sorry for that question but I\'m new at Python.

while True:
a=input("Number:")
if (a=="q"):
        print("exiting...")
                 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题