File: processor_test.pmd

package info (click to toggle)
python-pweave 0.30.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,064 kB
  • sloc: python: 30,281; makefile: 167
file content (16 lines) | stat: -rw-r--r-- 162 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

```{python, term=True}
for i in range(5):
    print(i)

x = 12
x
print("Hello Test")
```

Text with some inline code 2 + 2 =<%= 2 + 2 %>


```python
z = 500
```