3 lines
148 B
Python
3 lines
148 B
Python
|
ciphertext = "52f41f58f51f47f57f49f48f5df46f6ef53f43f57f6cf50f6df53f53f40f58f51f6ef42f56f43f41f5ef5cf4e"
|
||
|
sub = ciphertext.replace('f','')
|
||
|
print(sub)
|