This document contains 37 coding questions related to numbers in Python. The questions cover a range of topics including reversing integers, checking Armstrong and prime numbers, calculating Fibonacci series using iterative and recursive methods, checking palindromes, finding greatest of three numbers, checking if a number is binary, calculating factorials, checking even/odd numbers, calculating powers, square roots, LCM, GCD, converting between decimal, binary and octal, checking leap years, and calculating simple interest.