We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55e6a0 commit f22ab22Copy full SHA for f22ab22
en/python_introduction/README.md
@@ -43,6 +43,7 @@ Nice! See how the answer popped out? Python knows math! You could try other comm
43
- `40 / 2`
44
45
To perform exponential calculation, say 2 to the power 3, we type:
46
+{% filename %}command-line{% endfilename %}
47
```python
48
>>> 2 ** 3
49
8
0 commit comments