START RECEIVE name FROM KEYBOARD SEND "Hello, " & name & "!" TO DISPLAY END
name = input() print("Hello, " + name + "!")