Basic 5

Publicado el: 20 noviembre 2022
en el 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()


En esta página del sitio puede ver el video en línea Basic 5 de Duración hora minuto segunda en buena calidad , que subió el usuario Mallu Hacker 20 noviembre 2022, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 75 veces y le gustó 0 a los espectadores. Disfruta viendo!