Computer Science, asked by velishalaupender63, 4 months ago

Predict the output of following code

a=str(1234)

b="python"*3

print(a,b)

a="hello"+"world"

b=len(a)

print(b,a)​

Answers

Answered by shivaramcvm
2

1234 pythonpythonpython

10 helloworld

pls mark as brainlist...

Similar questions