how to use h5p with python code ?

Forums: 

1. How todo correct TAB in show python code:

Example:

for i in range(2,10,3):

       print(i*2)

2. how to enter line with 2 '*' like

i = 9

j = 5

print(i * 100 + j * 10 + i )  # pilndrom 959