Python Exam
Python Exam
1)
3) Write a python program to define a module and import a specific function in that module to
another program.
1)
3) Write a python program to that accepts length of three sides of a triangle as inputs. The
program should indicate whether or not the triangle is a right-angled triangle (use
Pythagorean theorem):