0
Help me! I don't understand!
In practice "Python Developer>Types of Collection>Sets" I don't understand what I need to write!
8 ответов
0
Wong Hei Ming
What's your native? Russian?
+ 4
ArceYar ,
before poeple start guessing what your specific issue is, please provide some more details.
+ 1
Wong Hei Ming, Lothar,
I understand everything. But I don't need what the task means!
(Message was edit)
+ 1
Here’s a hint: the program is supposed to output the item(s) found in BOTH lists. What operator checks what’s present in both of those lists?
0
I suppose you reached the section about operator |, &, - and ^.
|: combine the given sets
&: get the elements present on both sets
-: from left set minus elements also on the right set
^: get the elements not share by both sets
Re-read that page carefully and observe the given examples, you will understand the code challenge eventually.
0
I recheck the exercise and found the case is hidden, so we don't know the exact output.
What I can told you is that the result is not a set, but the skill name.
You can use the code playground and try to figure out how to print the content, instead of a set.
0
Wong Hei Ming
I forgot about playground!
But If I don't understand task, I don't understand how do to it! How it sounds in English? (My app is in Russian)
0
English is not my native language either, but it is much easier to understand than your original post. It took me a few seconds to understand the word "need" means.
If you want to try something new, you can always go back to the playground. It is not necessary to stuck at current slide and get frustrating.