Files
nsi/Activity_3_python/Activites_Python3/Activite_decouverte_Python.html.html
T
2023-11-28 22:07:56 +01:00

37 lines
1.2 KiB
HTML

<!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, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/"/g, "&quot;").replace(/'/g, "&#039;").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>