EasyOutput prediction

import alias with 'as'

What does this code print?

import math as m

print(m.floor(3.7))
print(math.floor(3.7))

← → arrow keys to navigate

Sign in to save your progress.