Project Euler #231: The prime factorisation of binomial coefficients

  • + 0 comments

    Hi, I'm trying to solve the problem using Python3, but i'm unable to use input() to enter values for N,M and k. At first i thought that this values where automaticaly given, but it didn't work. Does anyone know how to solve this problem? thanks