Computer Science, asked by piyarsalaria7468, 4 months ago

Output of print(india,delhi)

Answers

Answered by kapilp10101
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 sudhanshudhek76
4

\huge{\underline{\underline{\bf{\purple{answer}}}}}</p><p>

Output of print :-

( India , Delhi )

Similar questions