嘿,我很新的編碼,我已經創建了這個相對簡單的代碼來處理我的語言基礎知識。然而,我不得不處理一些不需要的代碼,包括如果密碼太長,請關閉代碼。所以任何人都可以幫助我對此進行任何改進。鎖碼(有人可以告訴我如何改進)
由於提前, 喬希
import time
passwordx = float(input('create your password'))
def password():
passwordx
if passwordx>9999:
print('password is wrong\n innitiating shutdown')
x=5
time.sleep(1)
print(x)
x-=1
time.sleep(1)
print(x)
x-=1
time.sleep(1)
print(x)
x-=1
time.sleep(1)
print(x)
x-=1
time.sleep(1)
print(x)
x-=1
time.sleep(1)
print(x)
x-=1
quit()
else:
print('code saved')
x=1
while x <1000:
print('###############')
x+=1
def login():
passwordguess = float(input('please enter password'))
if passwordguess == passwordx:
print('access granted')
else:
print('wrong')
print('here\'s a clue', (passwordx-passwordguess)**2)
login()
password()
login()
如果這是**工作代碼**,你認爲可以改進,參見[codereview.se。如果不是,請用[mcve]澄清問題。 – jonrsharpe
好吧對不起,不知道會把這下降對不起 –