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.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
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.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education