Computer Science, asked by Dhruvsaraswat, 3 months ago

WAp to print
0, 6 , 25, 62
series
using look​

Answers

Answered by jai696
2

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

series = ["0"] + [str(n ** 3 - 2) for n in range(2, 5)]

print(", ".join(series))

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

Similar questions