print hi in python code example
Example 1: how to print hello world in python
print("Hello World!")
Example 2: how to print in python
print("hello world")
Example 3: how to print in python
print("anything")
print("Hello World!")
print("hello world")
print("anything")