Print(print(“why?”))
what is the output of the following statement in python?
Answers
Answered by
1
Answer:
What will be the output of the following Python statement? x="abcd" print(x[2:])
Similar questions