File size: 729 Bytes
f531ce1
 
 
 
63af0db
f531ce1
63af0db
 
 
f531ce1
 
 
63af0db
 
 
 
f531ce1
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Coding 101 - Assignment</title>
    <style>
        body { font-family: 'Times New Roman', serif; margin: 40px auto; max-width: 650px; line-height: 1.6; color: #333; }
        h1 { font-size: 24px; border-bottom: 1px solid #ccc; padding-bottom: 10px; }
        p { font-size: 16px; }
    </style>
</head>
<body>
    <h1>Coding Python 101:  Assignment</h1>
    <p><strong>Due Date:</strong> Friday, 11:59 PM</p>
    <p>Please review Chapter 4 of your textbook covering If-Else. Complete problems 12 through 28 on page 104.</p>
    <p><em>Note: Submit your answers via the student portal. Email submissions will not be accepted.</em></p>
</body>
</html>