Skip to content

Commit fdeee34

Browse files
committed
change input method to print()
1 parent 194851b commit fdeee34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Type_of_angles_of_triangle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def angle_type():
77
myDict = {"All angles are less than 90°.":"Acute Angle Triangle","Has a right angle (90°)":"Right Angle Triangle",
88
"Has an angle more than 90°":"Obtuse Angle triangle"}
99

10-
display = print("**************Enter the angles of your triangle to know it's type*********")
10+
print("**************Enter the angles of your triangle to know it's type*********")
1111

1212

1313

0 commit comments

Comments
 (0)