[CentralOH] DoJo Mumblings for April 4,2019

Travis Risner deeppunster at gmail.com
Thu Apr 4 14:51:36 EDT 2019


Hi everyone,

Here is the challenge for those relatively new to Python.

**—————————————— New to Python Challenge 
——————————————————**

**A number is considered perfect if its digits sum up to exactly 10.**

**Given a positive integer n, return the n-th perfect number.**

**For example, given 1, you should return 19. Given 2, you should return 
28.**

**————————————————————————————————**

And for those who want to exercise their Python prowess, here is a 
challenge for you.

**—————————————— Experienced Python 
Challenge ——————————————————**

**A knight's tour is a sequence of moves by a knight on a chessboard 
such that all squares are visited once.**

**Given N, write a function to return the number of knight's tours on an 
N by N chessboard.**

**————————————————————————————————**

See you tonight!
Travis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/centraloh/attachments/20190404/0db670da/attachment.html>


More information about the CentralOH mailing list