Basic 5

Pubblicato il: 20 novembre 2022
sul canale di: Mallu Hacker
75
0

Network Security Sam has encrypted his password. The encryption system is publically available and can be accessed with this form:

Decrypt the password and enter it below to advance to the next level.

def main():
text = input("Enter the String to Decrypt : ")

for i,n in enumerate(text):
c=ord(n) - i
print(chr(c), end="")
if _name_ == "__main__":
main()


In questa pagina del sito puoi guardare il video online Basic 5 della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Mallu Hacker 20 novembre 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 75 volte e gli è piaciuto 0 spettatori. Buona visione!