mirror of
https://github.com/NohamR/Manuel.git
synced 2025-05-24 14:22:29 +00:00
6 lines
175 B
Python
6 lines
175 B
Python
def newurlformer(i):
|
|
newurl = f"https://storage.libmanuels.fr/Belin/manuel/9791035824488/5/OEBPS/{i:03}.xhtml"
|
|
print(newurl)
|
|
return(newurl)
|
|
|
|
print(newurlformer(5)) |