Manuel/py/numtest.py
2023-09-10 01:18:36 +02:00

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))