Contact: aviboots(AT)netvision.net.il
39,855 questions
51,776 answers
573 users
import math if hasattr(math, 'pow'): print("pow function found") else: print("pow function not found") ''' run: Fasle '''