[Tutor] First Time With Python - How To Calculate This Formula
eric grunfeld
grunfelderic at gmail.com
Sun Aug 9 15:06:05 EDT 2020
Hello Everyone:
This is my first time using Python and I am unsure as to how to calculate
this formula:
(((1+2)∗3)/4) (to the 5th power)
I figured out how to do most of the formula without to the 5th power but
unsure
as to how to incorporate "to the 5th power"
This is what I have without incorporating "to the 5th power"
print(((1+2)*3)/4
Unsure where to place "to the 5th power"
I look forward to your response
Thank you for your help.
Eric
More information about the Tutor
mailing list