Tue Oct 31 2023 07:08:07 GMT+0000 (Coordinated Universal Time)
Saved by @piza
n = str(input('type string')) y = n[::-1] if y.lower() == n.lower(): print('yippee') else: print('n')
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments