1# A great site for python coding challenges is Edabit
2link1 = "https://edabit.com/challenges/python3"
3# For interactive challenges, try:
4link2 = "https://pythonprinciples.com/challenges/"
5
6import webbrowser
7webbrowser.open(link1)
8webbrowser.open(link2)
11,000+ Python Practice Challenges // Edabit
2go to : https://edabit.com/challenges/python3
1Edabit is a great website for python coding challenges
2Go to https://edabit.com/challenges/python3