Question: please help 1. 1- Print I love Python using Python Shell. 2. 2-Print I love Python by typing it into a .py file and run
1. 1- Print "I love Python" using Python Shell. 2. 2-Print "I love Python" by typing it into a .py file and run it from command line. 3. Launch a new Jupyter notebook server in a folder called "excercis" and create a new Python notebook with the name "excercis_1", then you can do the rest of the problems within this notebook. 4. Compute the area of a triangle with base 10 and height 12. Recall that the area of a triangle is half the base times the height. 5. Compute the surface area and volume of a cylinder with radius 5 and height 3. 6. Compute the slope between the points (3,4) and (5,9). 7. Compute the distance between the points (3,4) and (5,9). 8. Use Python's factorial function to compute 6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
