вот что я получил..:
Код: Выделить всё
code=int(input("Enter 4 digit secret code:"))
count=0000
while(count!=code):
count=count+1
print("Your code was",count)
он печатает «Ваш код был 387» вместо 0387
Как быстро это исправить?>
Подробнее здесь: https://stackoverflow.com/questions/132 ... nown-to-us
Мобильная версия