PY
py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
import os
print("""
<a id="sauce" href="https://greek-language.com/Alphabet.html" > source</a>
""")
print("""
<head>
<script src="https://code.jquery.com/jquery-3.1.1.js"></script>
<html lang="en" translate="no">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
</head>
<style>
img {
position: fixed;
top:22%;
max-width:device-width;
margin: auto;
}
.tooltip {
position: relative;
display: inline-block;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 100px;
Enter to Rename, Shift+Enter to Preview
OUTPUT
Run