Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Math operations

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!

  1. Write a Python program that accepts an integer (n) and computes the value of n+nn+nnn (from w3resource).

  2. Write a Python program to get the volume of a sphere with radius 6 (from w3resource).