Advertisement
HristoBaychev

Greeting by Name

Jan 22nd, 2023
571
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.05 KB | None | 0 0
  1. name = input()
  2.  
  3. print('Hello, ' + name + '!')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement