Input n and print n^2,n^3,n^4
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Num=int(input(“enter the numbers:”)a=num*numb=num*num*numc=num*num*num*numprint(a,”is square of”,num)Print(b,”is cube of”,num)Print(c,”is 4times multiply of”,num)