Lab Assignment 3 AI and ML (3)
Lab Assignment 3 AI and ML (3)
2. Read two integer numbers from the keyboard and print minimum value using
ternary operator.
5. 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).
12. Write a Python program to check whether a character entered by a user is vowel
or not.