+ 1
I have a problem with the 3rd case Help plz
x=input() S=x.find('
#x27;) T=x.find('T') N=x[S:T+1] if 'G' in N: print('quiet') else: print ('ALARM') This the code1 Respuesta
0
Your code appears to assume that '#x27; must come before 'T' in the input. Does this have to be the case?