'Why is Jgrasp not letting me run all my code? it only runs the top most line

i put in a list of code my professor told me to run but its only doing the top most line. the language I'm using in jgrasp in python.

for example, I put the normal

print('jkl')
print('hhh','lll')

in the run/io box, it only shows the output for jkl



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source