mirror of
https://github.com/arthur-pbty/nsi.git
synced 2026-06-03 23:36:19 +02:00
Add exercises 1, 2 and 3
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="generator" content="HelpNDoc Personal Edition 6.3.0.298">
|
||||
<title>Introduction au langage de programmation Python 3</title>
|
||||
<script type="text/javascript">
|
||||
function escapeHtml(unsafe) {
|
||||
return unsafe.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'").replace(/:/g, "");
|
||||
}
|
||||
var sTopic = "";
|
||||
if (top.location.href.lastIndexOf("?") > 0)
|
||||
sTopic = top.location.href.substring(top.location.href.lastIndexOf("?") + 1, top.location.href.length);
|
||||
if (sTopic == "") sTopic = "Preambule.html";
|
||||
sTopic = escapeHtml(sTopic);
|
||||
document.write('<frameset cols="300,*">');
|
||||
document.write('<frame src="toc.html" name="FrameTOC">');
|
||||
document.write('<frame src="' + sTopic + '" name="FrameMain">');
|
||||
document.write('</frameset>');
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<noscript>
|
||||
<frameset cols="300,*">
|
||||
<frame src="toc.html" name="FrameTOC">
|
||||
<frame src="Preambule.html" name="FrameMain">
|
||||
</frameset>
|
||||
</noscript>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user