Q. What is the output for the following code:languages = ["java", "c++", "python"]for x in languages :if x == "c++":continueprint(x) (Solved)

1. java

2. javapython

3. javac++python

4. c++python

  • b. javapython
Subscribe Now

Get All Updates & News