We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can also pass a number in background
from Panim import * background(WHITE) foreground(BLUE) print("Hello World") background(BLACK) foreground(WHITE)