how to use h5p with python code ?
Submitted by danny.front on Mon, 02/26/2024 - 18:54
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