Computer Science, asked by yogesh457, 3 months ago

Wap to input any number and print it's cube​

Answers

Answered by jai696
2

\huge\red{\mid{\fbox{\tt{Using\: Python\: 3}}\mid}}

print((n := int(input("num: ")) ** 3))

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Answered by Japji21
0

Answer:

UsingPython3

print((n := int(input("num: ")) ** 3))

Explanation:

pls follow up

Similar questions