Notebook
get_score("Peter", (6, 7, 8, 9, 5, 4), 6) Peter, your final grade is 6.
<html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> Biography </head> <body> <h2>Enter your personal data</h2> <form id="form"> <p>First name: <input type="text"></p> <p>Last name: <input type="text"></p> <p>Title: <input type="text"></p> <p>Year of birth: <input type="text"></p> <p>Place of birth: <input type="text"></p> </form> <p> // your code for buttons </p> <h2>Biography</h2> <p id="bio"></p> <script> // your JS-code here </script> </body> </html>