Some strange code
folder = "animals/"
image = "cat"
fname = f'{folder}images/{image}.jpg',
config = {
'file_name': fname[0],
'title': "Animals",
}
print(config)
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
folder = "animals/"
image = "cat"
fname = f'{folder}images/{image}.jpg',
config = {
'file_name': fname[0],
'title': "Animals",
}
print(config)