Computer Science, asked by ssmmps78, 6 months ago

3 marks:

Predict the output of the following code fragment?

def func(message, value=2)
print(message * value)
func('Computer science')
func("python', 3)​

Answers

Answered by shivaramcvm
1

Syntax error

mark as brainlist

thank you

Similar questions