Mise à jour de 'WEB/View/src/JS/CesarDecrypt.js'
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent ac6890ba1a
commit 7941950dab

@ -2,8 +2,6 @@
async function submit(){
var test = editor.getValue()+`\n
import random as r
def DecryptVerif(text, key):
result = ""
for i in range(len(text)):
@ -16,6 +14,7 @@ def DecryptVerif(text, key):
result += chr((ord(char) - key - 97) % 26 + 97)
return result
import random as r
def testDecrypte(x):
Decrypt("",1)
if(Decrypt("Jgnnq yqtnf",2)!="Hello world"):
Loading…
Cancel
Save