Question: http://imageshack.us...8/unledvsk.png/
Here is what I have so far, not really right I don't think and I am far off.
value = int(raw_input("Enter an integer greater than 2: "))
def power():
powerOfTwo = value ** 2
powerOfThree = value ** 3
powerOfFour = value ** 4
print value, powerOfTwo , powerOfThree , powerOfFour

New Topic/Question
Reply



MultiQuote





|