What is languages I don't know???help me | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

What is languages I don't know???help me

2nd Dec 2017, 12:01 PM
Pravesh Uttam
Pravesh Uttam - avatar
3 Answers
+ 12
Ohh boii really...?? 🙄😓
2nd Dec 2017, 12:13 PM
Frost
Frost - avatar
+ 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))
2nd Dec 2017, 1:14 PM
Ahri Fox
Ahri Fox - avatar
+ 3
A programming language is a formal language that specifies a set of instructions that can be used to produce various kinds of output. 
2nd Dec 2017, 12:41 PM
Joakim Sørensen
Joakim Sørensen - avatar