I am a project manager, consultant, and social media manager. My interests range from technology to programming. I am also interested in cycling, music, and fashion.
You can click the button above to hire me.
✔ Python Code ⚡ Find square and cube of 0 to 5 🔥 Tecq Mate Tutorials ✌
Get link
Facebook
X
Pinterest
Email
Other Apps
-
print("number\tsquare\tcube")
for n in range(6):
print("%6d\t%6d\t%4d" % (n, (n*n), (n*n*n)))
Comments
Post a Comment