ydpetkov

Greeting_With_F_String

Jul 6th, 2022 (edited)
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. name = input()
  2. greeting = (f'Hello, {name}')
  3. print(greeting)
  4.  
  5.  
Add Comment
Please, Sign In to add comment