Computer Science, asked by aniketthakur8044, 2 months ago

a = ""hello"" b = ""come home early "" c = a*b print(C) III. Write programs

Answers

Answered by Anonymous
1

Answer:

hello,

Explanation:

code:

a = "hello"

b = "come home early "

c = a*b

print(C)

output:

TypeError

hope it helps you

please mark brainliest

@ItzSnowySecret07

Similar questions