These exercises do not need to be completed in order, but they are generally ordered in increasing difficulty. The solutions provided are not the only possible solution. Your's might look different, and that is okay!
-
Write a Python program that accepts an integer (n) and computes the value of n+nn+nnn (from w3resource).
-
Write a Python program to get the volume of a sphere with radius 6 (from w3resource).