Hi , sir /mam please help me with my dought Basically i have to print highest/ lowest number in a tuple but it is not working please help me i am trying to drop image here but not working so i ma writing the code here .
numbers = (1,2,3)
highest = max(numbers)
lowest = min (numbers)
print (“highest number is” , highest)
Print (“lowest number is”, lowest )
The above mentioned is the code which is showing error please help me with this .
Thankyou
Shubham keswani