the following are my firat code which i write in pydroid basically pydroid is python idle for android
I called it passwd cracking
import time
while (True):
i=(input(“enter password\n”))
if i==”2020″:
print(“congratulations you win “)
break
else:
print(” \nwrong password”)
print(” try again !!\n\n”)
continue