From bfa89ab07cbda6073afb4d19badce03fe0d4171d Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Tue, 4 May 2010 19:26:16 +0000 Subject: [PATCH] Doc cleanup git-svn-id: file:///srv/svn/euler@65 e5f4c3ec-3c0c-11df-b522-21efaa4426b5 --- e029.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e029.py b/e029.py index 8ac4919..85fdc67 100644 --- a/e029.py +++ b/e029.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -""""How many distinct terms are in the sequence generated by a**b for 2 ≤ a ≤ 100 and 2 ≤ b ≤ 100? +"""How many distinct terms are in the sequence generated by a**b for 2 ≤ a ≤ 100 and 2 ≤ b ≤ 100? Consider all integer combinations of a**b for 2 ≤ a ≤ 5 and 2 ≤ b ≤ 5: 2**2=4, 2**3=8, 2**4=16, 2**5=32