Question: Question 1: The code bellow is incorrect. Write the correct version of the code. def sum_num(x,y): #The function sum_num takes two numbers as inputs if
Question 1: The code bellow is incorrect. Write the correct version of the code.

def sum_num(x,y): #The function sum_num takes two numbers as inputs if (type (x)=sint or type(x)==float) and (type (y)==int or type (x)==float): return x+y else: print("This fuction only accepts numbers")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
