Skip to content

Commit

Permalink
AutoREADME
Browse files Browse the repository at this point in the history
  • Loading branch information
davips committed Jan 9, 2021
1 parent 614bda3 commit 7c233c8
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,28 @@
# Uses
We can cook using the following Python code:
<details>
<summary>Cooking</summary>
**Cooking** <details>
<p>

```python3
x = 2 * 8
print("This script prints something:", x)
# This script prints something: 16
```

```
This script prints something: 16
```

</p>
</details>

But we can also clean:
<details>
<summary>Cleaning</summary>
**Cleaning** <details>
<p>

```python3
y = 34 % 5
print("this script prints another thing.", y)
# this script prints another thing. 4
```

```
this script prints another thing. 4
```

</p>
</details>

0 comments on commit 7c233c8

Please sign in to comment.