say hello python code example Example 1: python how to say hello world my_string = "Hello, World!" print(my_string) Example 2: say hi in py print("Hi")