Output of print(india,delhi)
Answers
Answered by
0
Answer:
Order of Execution of print function is not from left to right , as often misunderstood. It depends upon the arguments , sub-expression and the compiler. In this particular case , there are two logical operators in the argument of the print function. These are “AND” & “OR”.
Answered by
4
Output of print :-
( India , Delhi )
Similar questions