Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 765 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 765 Bytes

rek-it

solution 1

input:

s = 'The quick brown fox jumps over the lazy dog'

output:

dog lazy jumps fox brown quick

solution 2

input:

urls = [
    'https://en.wikipedia.org/wiki/Michigan_State_University',
    'https://en.wikipedia.org/wiki/University_of_Virginia'
]

output:

https://en.wikipedia.org/wiki/Michigan_State_University
{"students": "49,809", "undergraduates": "39,176", "postgraduates": "10,633"}
https://en.wikipedia.org/wiki/University_of_Virginia
{"students": "25,018", "undergraduates": "17,011", "postgraduates": "8,007"}

solution 3

solution 4