code = input('Is this gpt') if code == yes: print('DIS DA TRUF') elif code == no: print('DIS NOT DA TRUF') else: print('huh')
code = input('Is this gpt')
if code == yes:
print('DIS DA TRUF')
elif code == no:
print('DIS NOT DA TRUF')
else:
print('huh')