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.

Question 1: The code bellow is incorrect. Write the correct version of

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!