Files
DEV/DEV.2.2/TP/TP1/ex4.php

13 lines
189 B
PHP
Raw Normal View History

2025-09-30 09:43:41 +02:00
<!DOCTYPE html>
<html lang="fr">
<head>
</head>
<body>
<?php
$de_1=mt_rand(0,6);
$de_2=mt_rand(0,6);
?>
</body>
</html>