Run
x = "Hello World! Hello User!" result = x.count("Hello") print(f"Count : {result}")
Output