Code Syntax Color Highlight Test Python 1 2 3 4 5 6hello_string = "Hello World!" print(hello_string) x = 1 if x == 1: # indented four spaces print("x is 1.")