Basic 5

Publicado em: 20 Novembro 2022
no canal de: 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()


Nesta página do site você pode assistir ao vídeo on-line Basic 5 duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Mallu Hacker 20 Novembro 2022, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 75 vezes e gostou 0 espectadores. Boa visualização!