print(%s python code example Example 1: how to print in python print("hello world") Example 2: how to print 's in python s = "Let's Run This Code" print(s)