humu2024

hello

Jul 27th, 2025
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | Source Code | 0 0
  1. def get_message():
  2.     print("Say, Hello")
  3.     return "Hello"
  4.  
  5. msg = get_message()
  6. print(msg)
  7. print("Again saying:", msg)
  8. print("Third time:", msg)
Advertisement
Add Comment
Please, Sign In to add comment