Square value added Get link Facebook X Pinterest Email Other Apps - December 10, 2023 ProblemZ=a²+y²Output: A=2 B=2 Z=8Solution of python code:a=int(input("Enter the a value"))y=int(input("Enter the y value"))z=a**2+y**2print ("SQUARE VALUE OF a and y is ",z)*Check it my code any interpreter* Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment