I want to run python code in the box of ready html file how can I do that? this is my html file code .
<!DOCTYPE html>
<html>
<head>
<title>Hello python!</title>
</head>
<body>
<div style="border: 1px solid #ccc;">
Output will be here
</div>
</body>
</html>