Gg Galvez
986 posts


Most people fail to answer this Question.
#Python #PythonProgramming #Coding #Programming #PythonChallenge #PythonQuiz

English

🤔🚀 Comment your answer 👇👍⚡
#Python #PythonQuiz #PythonProgramming #CodingQuiz #CodingChallenge #ProgrammingPuzzle #TestYourKnowledge #DailyCodeQuiz #PythonTips

English

@Python_Dv Answer: D. Error
Comment:
Lists are changeable, they're unhashable, hence not eligible to be set elements.
Alternately,
Set = {10, 20, (30, 40)}
but to access '40', would be round about as:
for item in Set:
if isintance(item, tuple):
print(item[1])
English

🤔🚀 Comment your answer 👇👍⚡
#Python #PythonQuiz #PythonProgramming #CodingQuiz #CodingChallenge #ProgrammingPuzzle #TestYourKnowledge #DailyCodeQuiz #PythonTips

English



























