Computer Science, asked by Ritaja07, 4 months ago

Print(print(“why?”))

what is the output of the following statement in python?​

Answers

Answered by aayush459286
1

Answer:

What will be the output of the following Python statement? x="abcd" print(x[2:])

Similar questions