how change pin or password simple with python

前端 未结 0 750
北恋
北恋 2020-12-22 18:17

I beginner learn Python,

I try the source

try_pin = 0 
while True:
id = int(input("Type your Pin: ")
if id == 1111:
  break
print(" try          


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