print('Hello world!')
contraseña_valida="wanburdok"
contraseña=input("ingrese la contraseña")
if contraseña_valida==contraseña:
print("ACCESO APROBADO")
else:
print("ACCESO DENEGADO")
To embed this project on your website, copy the following code and paste it into your website's HTML: