def favorite_book(title): print("One of favorite_book is",title,'.') favorite_book('Alice in Wonderland')