Code Highlighting

import numpy as np
x = 1

for i in range(10):
    print(i)