Skip to content

Commit f22ab22

Browse files
committed
missing label 'command-line'
1 parent d55e6a0 commit f22ab22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

en/python_introduction/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Nice! See how the answer popped out? Python knows math! You could try other comm
4343
- `40 / 2`
4444

4545
To perform exponential calculation, say 2 to the power 3, we type:
46+
{% filename %}command-line{% endfilename %}
4647
```python
4748
>>> 2 ** 3
4849
8

0 commit comments

Comments
 (0)