+ 1
Anyone solved security code coach?
I tried but it is not working.
4 Respostas
+ 1
It was a mess. I made a mistake which I realised.
+ 1
My example in python
string=input().replace("x","")
l=['T#x27;,'$T']
if (l[0] in string)|(l[1] in string):
print('ALARM')
else:
print("quiet")