Computer Science, asked by sahil649334, 6 months ago

Find the errors in the following code and rewrite the corrected

program:

a) # Correct the code1

def menu()

x = 23

y == x + 100

print {y}

menu;

b) # Correct the code2

def call();

val = 89

print(val)

calling()​

Answers

Answered by scs60994
0

Answer:

y==

Explanation:

is the error and check propel if anything is there

Similar questions