Hi everyone can some one please explain this to me ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hi everyone can some one please explain this to me ??

The tuples practice in python developer course

9th Oct 2023, 10:07 PM
Sasan
Sasan - avatar
3 Answers
+ 1
Do you mean the practice after lesson “Tuples”? Here is a list of hints in short. You got a list of tuples. You need an input. How to assess the tuple one at a time? When you assess the tuple, is there something you have to look for? If the thing you are looking for is in the tuple, how do you get it? And what to do about it? If you find nothing interest in the list, what should you do? Advance hint Try to create a function which take the input and make use of the return keyword.
10th Oct 2023, 3:30 AM
Wong Hei Ming
Wong Hei Ming - avatar
+ 3
I know coding is intimidating when you get started. It's like everyone can speak a language you don't understand. That being said, there's not enough data here to help you. Some things that would help: - Course name (Beginner, Intermediate, a general course, etc) - Section number - What specifically are you stuck on? It's okay to get stuck. Just make sure you're putting in the work before you ask for help. Then when you do ask for help, provide as many details as possible. Otherwise it may give the impression you're asking others to do the work for you. (I know that's not what you're trying to do)
9th Oct 2023, 10:38 PM
Ken S
Ken S - avatar
+ 3
Sasan . to see what your issue is, you should link your code here.
10th Oct 2023, 10:16 AM
Lothar
Lothar - avatar