Help me! I don't understand! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Help me! I don't understand!

In practice "Python Developer>Types of Collection>Sets" I don't understand what I need to write!

25th Sep 2023, 6:42 AM
ArceYar
ArceYar - avatar
8 Answers
0
Wong Hei Ming What's your native? Russian?
27th Sep 2023, 2:54 PM
ArceYar
ArceYar - avatar
+ 4
ArceYar , before poeple start guessing what your specific issue is, please provide some more details.
25th Sep 2023, 10:59 AM
Lothar
Lothar - avatar
+ 1
Wong Hei Ming, Lothar, I understand everything. But I don't need what the task means! (Message was edit)
25th Sep 2023, 5:00 PM
ArceYar
ArceYar - avatar
+ 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?
4th Oct 2023, 9:05 PM
Annihilate
Annihilate - avatar
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.
25th Sep 2023, 7:19 AM
Wong Hei Ming
Wong Hei Ming - avatar
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.
27th Sep 2023, 2:15 AM
Wong Hei Ming
Wong Hei Ming - avatar
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)
27th Sep 2023, 5:57 AM
ArceYar
ArceYar - avatar
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.
27th Sep 2023, 1:22 PM
Wong Hei Ming
Wong Hei Ming - avatar