Skip to content

Code Syntax Color Highlight Test

Python

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