Computer Science, asked by pratimakushwahpdtklk, 4 months ago

What is the result of the following expression.

print(“one”, “two” *2)

print( “one”+ “two” *2)

print(len(“0123456789”)​

Answers

Answered by sameer7815
0

Explanation:

i onetwoonetwo

ii onetwoonetwo

iii 9

Similar questions