You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<b>Call me by my name</b> <a class=right href="https://hyperskill.org/learn/step/8556">Open on JetBrains Academy</a>
<br><br>
<html>
<head></head>
<body>
<p>There is a function called <code class="java">add_book()</code> that takes a non-empty string containing the title of a book to add it to recommendations. Share your favorite book with us by calling this function. You don't have to declare it, just call it in your code.</p>
<p>Importantly, specify the keyword argument <code class="java">title</code> in the call. Otherwise, you may get an error.</p>