-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path3000_KOOP_python.html
More file actions
34 lines (31 loc) · 1.38 KB
/
3000_KOOP_python.html
File metadata and controls
34 lines (31 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="static/pic/favicon.ico" type="image/x-icon">
<title>HF-3000 KOOP</title>
<link rel="stylesheet" href="static/css/general.css">
</head>
<body>
<header><h1><a href="./index.html">Házi feladat</a></h1></header>
<main>
<h2>3000 Kooperáció Pythonban</h2>
<article>
<h3>Általános leírás</h3>
<p>
Az órán csoportokat alakítottunk ki és minden csoportnak kiosztottunk egy 3000-es feladatot. Oldjátok meg ezt a feladatot
<strong>pythonban</strong>, de figyeljetek arra, hogy a munkátokat külön brancheken végezzétek. Fontosabb most a branchek használata, mint a python maga.
</p>
</article>
</main>
<footer>
<a href="mailto:molnar.attila@szlgbp.hu">molnar.attila@szlgbp.hu</a>
<div class="hivatkozas">A 3000-es feladatok túlnyomó része <a href="http://ntibi.web.elte.hu">Nagy Tibor oldaláról</a> származik.</div>
</footer>
</body>
</html>