Computer Science, asked by khushidreamer312003, 8 months ago

write a python program to read a number n and print n2,n3 and n4​

Answers

Answered by singh4su
0

Answer:

any figure pls

Explanation:

I need a figure to understand

Answered by saidulnayan781
6

Answer:

n = int (input("write your number: "))

print(n+1, n+2, n+3)

Explanation:

Similar questions