Contact: aviboots(AT)netvision.net.il
41,379 questions
53,922 answers
573 users
print(help('math.pow')) ''' run: Help on built-in function pow in math: math.pow = pow(x, y, /) Return x**y (x to the power of y). '''