Contact: aviboots(AT)netvision.net.il
39,966 questions
51,908 answers
573 users
import math print(math.floor(2.98)) del math print(math.floor(2.98)) ''' run: 2 Traceback (most recent call last): File "<string>", line 7, in <module> NameError: name 'math' is not defined '''