python

  1. Piotr Bujakowski

    Linux, Python, C ++, Brain2 and errors.

    Hi. I try to make and run first time AI Neural Network on my computer. Knowledge Python is basic. I'm using Linux Ubuntu. I install whole in system using apt. When show communicate about pip, then I'm doing that. [Is a lot of problems with right file names and compatibility.] I try to...
  2. gimmock25

    In Python, how can we determine whether an n-digit integer is an Armstrong number or not?

    So, after reading and studying, I attempted to answer a question. Assume a user enters an n-digit number. How do we know if it's Armstrong or not? One technique may be to record a list of all Armstrong numbers and then check from that list, but I wanted to use a different approach. This is my...
Back
Top Bottom