scientific-programming-exer.../exam/ex01/url.py

4 lines
144 B
Python
Raw Normal View History

2019-02-02 10:18:57 +00:00
def construct_url(title):
return "https://en.wikipedia.org/w/api.php?action=query&prop=links&pllimit=500&titles={}&format=json".format(title)