Ddimov90

greeting_by_name_05

Sep 18th, 2025
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.04 KB | Source Code | 0 0
  1. name = input()
  2.  
  3. print(f"Hello, {name}!")
  4.  
Add Comment
Please, Sign In to add comment