Sujets créés par manigoldo
Sujet | Date | Extrait |
---|---|---|
Création d'un site web (python - débutant)
Affiche "index of" au lieu d'afficher le site |
samedi 27 avril 2024 à 15h14 | Bonjour, ci joint 2 fichiers simple: server.py et hello.py ```py #coding:utf-8 import http.server port = 8000 address = ("", port) server = http.server.HTTPServer handler = http.server.CGI… |