1- Write a python code that asks the user to input the x and y coordinated of the points p1, p2 and p3 and then prints the distance between each two points. The equation for the distance is as follows: Distance = ((x2 - x1)² + (y2 – Yı)² )0.5 Sample Output: The distance between p1 and p2 is 2- Write a python program that asks the user to enter 3 numbers n1, n2 and n3. Then the program prints True if n1 is the largest number. 3- Write a python program that asks the user to enter string S and two integer a and b. Then the program should print out the substring from S that starts at location a and ends at location b inclusive.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter6: User-defined Functions
Section: Chapter Questions
Problem 30SA
icon
Related questions
Question
100%
PYTHON
1- Write a python code that asks the user to input the x and y coordinated of the points p1,
p2 and p3 and then prints the distance between each two points. The equation for the
distance is as follows:
Distance =
((x2 – x1)2 + (y2 – Yı)² )0.5
-
Sample Output:
The distance between p1 and p2 is
2- Write a python program that asks the user to enter 3 numbers n1, n2 and n3. Then the
program prints True if n1 is the largest number.
3- Write a python program that asks the user to enter string S and two integer a and b.
Then the program should print out the substring from S that starts at location a and
ends at location b inclusive.
4- Write a program that asks the user to enter a filename and prints out the extension of
the file.
5- Define a variable S and assign to it the value "Python is Interpreted Languagee" then
write the necessary lines to replace the last character of the string with # so it becomes
"Python is Interpreted Language#"
6- Write a python code to calculate the area of a circle. The user should be asked to input
the Radius of the circle.
7- Read about the format() string method , list the reference that you referred to and give
examples that verify that the method is working as explained in the reference.
8- Read about the strftime() method , list the reference that you referred to and give
examples that verify that the method is working as explained in the reference.
9- Write a program that finds out the used python version
Transcribed Image Text:1- Write a python code that asks the user to input the x and y coordinated of the points p1, p2 and p3 and then prints the distance between each two points. The equation for the distance is as follows: Distance = ((x2 – x1)2 + (y2 – Yı)² )0.5 - Sample Output: The distance between p1 and p2 is 2- Write a python program that asks the user to enter 3 numbers n1, n2 and n3. Then the program prints True if n1 is the largest number. 3- Write a python program that asks the user to enter string S and two integer a and b. Then the program should print out the substring from S that starts at location a and ends at location b inclusive. 4- Write a program that asks the user to enter a filename and prints out the extension of the file. 5- Define a variable S and assign to it the value "Python is Interpreted Languagee" then write the necessary lines to replace the last character of the string with # so it becomes "Python is Interpreted Language#" 6- Write a python code to calculate the area of a circle. The user should be asked to input the Radius of the circle. 7- Read about the format() string method , list the reference that you referred to and give examples that verify that the method is working as explained in the reference. 8- Read about the strftime() method , list the reference that you referred to and give examples that verify that the method is working as explained in the reference. 9- Write a program that finds out the used python version
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Function Arguments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning