Pix python
Solved
Soldat7632
-
Phil_1857 -
Phil_1857 -
Hello,
I can't find the secret word of this python code, can you help me please?
words ='FORGES COFFRET CLAPET NOIRCIR FLORES ASTRILD CREPES POULPES HANSES POIGNET'
a = 0
b = len(words)
titi=''
for i in range(0, int(len(words)/2)):
if (words[i]==' '):
titi = titi + words[abs(a-b)]
a = a + 2
