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
0
Answer:
1234 pythonpythonpython
10 helloworld
Explanation:
Similar questions
English,
3 months ago
Social Sciences,
3 months ago
Math,
3 months ago
Political Science,
8 months ago
English,
8 months ago