cd
cd it116
cd ex
pwdIf you are not in /home/UNIX_ID/it116/ex, see me.
mkdir ex16
ls
cd ex16
python3
>>> def circle_area(radius): ... return math.pi * radius ** 2 ... >>> area = circle_area(5) >>> areaThe value of area should be 78.53981633974483.
circle_area(6) > circle_area(7.5)
nano ex16.py
python3 ex16.py
Please enter a score: 80 Score: 80 B- First number: 35 Second number: 6 6 does not evenly divide 35 First name: Glenn Last name: Hoffman Hello Glenn Hoffman
~ghoffman/it116_test/ex16.shThe script will prompt you for your Unix username.