11 lines
1.5 KiB
HTML
11 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Homework 5 - Instructions</title>
|
|
<meta charset="utf-8">
|
|
|
|
</head>
|
|
<body>
|
|
<p dir="ltr" style="text-align: left;"></p><p dir="ltr">Beneath you will find a database diagram for the database you are accessing. </p><p dir="ltr"><br></p><p dir="ltr"><img src="data/tennisdiagram.png" alt="" role="presentation"></p><p dir="ltr"><br></p><p dir="ltr"><strong>Return your assignment as <span class="" style="color: rgb(255, 255, 255); background-color: rgb(239, 69, 64);">.py file.</span> If you use the built-in testing ground, make sure the file you name has .py at the end. </strong><br>Your task is to do the following:</p><p dir="ltr">You are given a Python template in the Topic 6: Python to fill that has the following functions:</p><p dir="ltr"></p><ol><li>def printPlayers()</li><li>def printRanking()</li><li>def printMatches()<br></li><li>def searchPlayer()<br></li><li>def moveMatch()<br></li><li>def deletePlayer()<br><span class="" style="color: rgb(239, 69, 64);"><span class="" style="color: rgb(255, 255, 255); background-color: rgb(239, 69, 64);">Note</span>:</span> The deletePlayer() assumes that moveMatch() has been done correctly.</li></ol><p>Your task is to fill the functions with the appropriate Python and SQL commands. <br><span class="" style="background-color: rgb(239, 69, 64); color: rgb(255, 255, 255);">First three are worth 1 %, fourth, fifth and sixth are worth 2 %</span>. Each function will have its own test case.</p><p></p>
|
|
</body>
|
|
</html> |