Computer Science, asked by Priyalaks, 1 month ago

python algorithm to find the cube of number from 1 to n​

Answers

Answered by atrs7391
1

\texttt{n = int({i}nput("Enter N: "))}

\texttt{for i in range(1, n+1):}

   \texttt{print(i*{*3})}

Answered by vedu1339
0

Answer:

the answer is my name tag along with

Similar questions