Run
x = "Hello World" x = "Good Morning" x = True print(f"x is {x}")
Output