Computer Science, asked by surbhigupta8433, 5 months ago

7) What will be the output produced by following code fraginents,
y=str (123)
x="hello
print (x,y)
x="hello+ world
y=len(x)
print(x,y)​

Answers

Answered by imtiyazallam
0

Answer:

Your code has errors...!!!

Attachments:
Similar questions