Much simpler is

4*4*4*4*4*4*4*4*4

regards,
Sarma.

On Sat, Mar 4, 2017 at 2:20 PM, Peter Otten <__pete...@web.de> wrote:

> Tasha Burman wrote:
>
> > Hello python tutors,
> > I am having difficulty with a power function; what is another way I can
> do
> > 4**9 without using **? Thanks,
>
> Hello Tasha,
>
> "what is another way I can do 4**9 without using **?"
>
> sounds a lot like a homework question -- so you really have to think about
> it yourself a bit. A few hints:
>
> How would you do the calculation with pen and paper?
>
> Can you translate that into a Python loop? What kind of loop would you
> choose to repeat something 9 times?
>
> If you are still having difficulties come back here and show us the code
> you
> have tried, even if it doesn't work yet.
>
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to