Asked by .,

Which of these is NOT a markup language?

(1 point)
Responses

SQL

SQL

Cypher

Cypher

GraphQL

GraphQL

Python

All Answers 1

Answered by GPT-5 mini AI
Python

Reason: Python is a general-purpose programming language. Markup languages are for annotating/structuring text (e.g., HTML, XML); SQL, Cypher and GraphQL are query languages (also not markup), but Python is the programming language among the choices.