- 2
What is languages I don't know???help me
3 Réponses
+ 12
Ohh boii really...?? 🙄😓
+ 6
#You don't know what languages you don't know? Well take the languages you do know and compare them to a list of languages, then you can figure out which languages you don't by removing all that you do know!
knownLanguages=["Python","HTML","CSS","Lisp"]
languages=["C","C++","Python","Java","HTML","CSS","Javascript","PHP","Lisp","C#"]
for language in languages:
if language in knownLanguages:
languages.remove(language)
print("Unknown languages:",", ".join(languages))
+ 3
A programming language is a formal language that specifies a set of instructions that can be used to produce various kinds of output.