From 12f8848cc914e9927a9f22d51b9e501f3d9c27df Mon Sep 17 00:00:00 2001 From: William Mantly Date: Mon, 25 Sep 2023 14:46:18 -0400 Subject: [PATCH] first --- {Sum _of_Divisors => Sum_of_Divisors}/README.md | 1 + {Sum _of_Divisors => Sum_of_Divisors}/wtf.py | 0 2 files changed, 1 insertion(+) rename {Sum _of_Divisors => Sum_of_Divisors}/README.md (99%) rename {Sum _of_Divisors => Sum_of_Divisors}/wtf.py (100%) diff --git a/Sum _of_Divisors/README.md b/Sum_of_Divisors/README.md similarity index 99% rename from Sum _of_Divisors/README.md rename to Sum_of_Divisors/README.md index ef36229..b9ac1ff 100644 --- a/Sum _of_Divisors/README.md +++ b/Sum_of_Divisors/README.md @@ -11,4 +11,5 @@ The number of totatives of a given number is called its totient. As you can see Your task is to write a small library of five functions that compute the divisors of a number, the sum and number of its divisors, the totatives of a number, and its totient. + _Hint_: The functions can call each other! diff --git a/Sum _of_Divisors/wtf.py b/Sum_of_Divisors/wtf.py similarity index 100% rename from Sum _of_Divisors/wtf.py rename to Sum_of_Divisors/wtf.py