✔ Python Code ⚡ Find square and cube of 0 to 5 🔥 Tecq Mate Tutorials ✌

print("number\tsquare\tcube")
for n in range(6):
  print("%6d\t%6d\t%4d" % (n, (n*n), (n*n*n)))

Comments

Popular posts from this blog

Tecq Mate | Build APK with command line only | Build Android with cmd | No IDE | No Android Studio