-
-
Notifications
You must be signed in to change notification settings - Fork 164
Expand file tree
/
Copy pathimport-code.9.rendered.html
More file actions
53 lines (53 loc) · 1.44 KB
/
import-code.9.rendered.html
File metadata and controls
53 lines (53 loc) · 1.44 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<p>hello</p>
<section data-theme="github-dark" data-lang="python">
<mark class="inside">
<div>
<span style="color: #ff7b72">import</span>
<span style="color: #c9d1d9">random</span>
</div>
</mark>
<div>
<span style="color: #c9d1d9">my_list</span>
<span style="color: #ff7b72">=</span>
<span style="color: #c9d1d9">[]</span>
</div>
</section>
<section data-theme="github-dark" data-lang="python">
<mark class="inside">
<div>
<span style="color: #ff7b72">import</span>
<span style="color: #c9d1d9">random</span>
</div>
</mark>
<mark class="bar">
<div>
<span style="color: #c9d1d9">my_list</span>
<span style="color: #ff7b72">=</span>
<span style="color: #c9d1d9">[]</span>
</div>
</mark>
<div></div>
<div>
<span style="color: #ff7b72">def</span>
<span style="color: #d2a8ff">hello</span>
<span style="color: #c9d1d9">():</span>
</div>
<div>
<span style="color: #79c0ff">print</span>
<span style="color: #c9d1d9">(</span>
<span style="color: #a5d6ff">"hello"</span>
<span style="color: #c9d1d9">)</span>
</div>
<div></div>
<mark class="inside">
<div>
<span style="color: #ff7b72">import</span>
<span style="color: #c9d1d9">random</span>
</div>
</mark>
<div>
<span style="color: #c9d1d9">my_list</span>
<span style="color: #ff7b72">=</span>
<span style="color: #c9d1d9">[]</span>
</div>
</section>