test for code blocks

import random
print(random.randint(2, 10))
Python