Answers for code projects | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

Answers for code projects

Are there any help for the code projects? Place to see a solution?

28th Apr 2022, 10:52 PM
Andrew
Andrew  - avatar
4 Answers
+ 1
Andrew If you get direct solution then what is the purpose of code practice and what will be the purpose of your learning. So try to solve self and ask if you get any problem, anyone can help you. If you don't show your efforts then nobody can help you.
29th Apr 2022, 2:51 AM
A͢J
A͢J - avatar
0
Hello can anyone please tell me the answers of introduction of python 2nd code project
12th Dec 2022, 5:25 AM
Bushra Saleem
Bushra Saleem - avatar
0
skills = {'Python', 'HTML', 'SQL', 'C++', 'Java', 'Scala'} job_skills = {'HTML', 'CSS', 'JS', 'C#', 'NodeJS'} matched_skills = skills & job_skills # Output the matched skills if matched_skills: print("Matched Skills:") for skill in matched_skills: print(skill) else: print("No matching skills found.")
27th Sep 2023, 5:05 PM
Nurush Shaba.s
Nurush Shaba.s - avatar
0
H
19th Nov 2023, 12:27 PM
peetla sai
peetla sai - avatar