I am still trying to make my quiz, but I want to enter a clear the screen code for my questions. So, after researching, I found a code that works, but it puts my questions way to the bottom of the screen. Here is a screenshot I took:
here is a example of the clear the screen code I found:
print "\n" * 40
So I tried changing the "40" To "20" but there was no effects. I am operating on Mac so the
import os
os.system('blahblah')
does not work. Please help!