

What does this program print?
Trace the program the way the computer would, then make your call before running anything.
from math import floor, ceil print(floor(2.7), ceil(2.1))


Trace the program the way the computer would, then make your call before running anything.
from math import floor, ceil print(floor(2.7), ceil(2.1))