+ 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.
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 đ đ đ đ
+ 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
+ 8
DishaAhuja Thanks
+ 6
SL has challenge quizzes which are just quick quizzes.
+ 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.
0
You should look at codingbat.com. It has lots of short practice problems in java and python like the example you gave.