What is the output of following Python code?Python Coding·FollowDec 4, 2023--ShareWhat is the output of following Python code? result = min(0.0, -0.0) print(result) https://www.clcoding.com/2023/12/result-min00-00-printresult.html