Python Quizes | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 12

Python Quizes

Is there any site out there or even in this app which let you solve quizes of Python For example: Make a Write a function that returns the sum of multiples of 3 and 5 between 0 and limit (parameter). For example, if limit is 20, it should return the sum of 3, 5, 6, 9, 10, 12, 15, 18, 20.

1st Jun 2019, 5:37 AM
Abdelrahman Sabry
Abdelrahman Sabry - avatar
6 Answers
+ 4
Abdo Sabry hi, You can make code on some this kind of problems in projecteuler https://projecteuler.net/ and any questions you face difficulty then you can ask here and ping me have some 🍎 🍎 🍎 🍎
1st Jun 2019, 6:08 AM
DishaAhuja
DishaAhuja - avatar
+ 8
This is just an example, i dont want the solution..I just want to Practise and have harder problems to get used to this Programming Language
1st Jun 2019, 5:59 AM
Abdelrahman Sabry
Abdelrahman Sabry - avatar
+ 8
DishaAhuja Thanks
1st Jun 2019, 6:09 AM
Abdelrahman Sabry
Abdelrahman Sabry - avatar
+ 6
SL has challenge quizzes which are just quick quizzes.
1st Jun 2019, 9:40 AM
Sonic
Sonic - avatar
+ 3
If you want challenging Pythons exercises, go to HackerRank.com, you'll find plenty of what you seek. If you're feeling adventurous, try kaggle.com. The competitions there can earn you money and the opportunity to apply Python in major real-world projects.
2nd Jun 2019, 2:25 PM
Joseph Agha
Joseph Agha - avatar
0
You should look at codingbat.com. It has lots of short practice problems in java and python like the example you gave.
2nd Jun 2019, 3:18 AM
Gisele Nelson
Gisele Nelson - avatar