print('Hello world!')
print('Hello world!')
F={'A':'n', 'B':'o', 'C':'p',
'D':'q', 'E':'r', 'F':'s',
'G':'t', 'H':'u', 'I':'v',
'J':'w', 'K':'x', 'L':'y',
'M':'z', 'N':'a', 'O':'b',
'P':'c', 'Q':'d', 'R':'e',
'S':'f', 'T':'g', 'U':'h',
'V':'i', 'W':'j', 'X':'k',
'Y':'l', 'Z':'m', '!':'`',
'?':';', '’':'¡', ':':'¿',}
print(f"{F['O']}{F['H']}{F['S']}{F['U']}{F['G']}{F['A']} {F['H']}{F['A']}{F['R']}{F['U']}{F['H']}{F['I']}{F['S']}{F['A']}")
print(f"{F['S']}{F['H']}{F['E']} {F['D']}{F['O']}{F['E']}{F['S']}{F['N']}’{F['T']} {F['E']}{F['A']}{F['T']} {F['P']}{F['E']}{F['N']}")
print(f"{F['I']} {F['A']}{F['M']} {F['H']}{F['E']}{F['P']}{F['P']}{F['Y']} {F['T']}{F['O']} {F['S']}{F['E']}{F['E']} {F['Y']}{F['O']}{F['U']} ")
To embed this project on your website, copy the following code and paste it into your website's HTML: