Pyodide shortcodes #
IDE 1 #
Python 2 #
Test everything #
LaTex #
Inline math : $\int_1^2 x^2dx = \dfrac{3}{2}$
$$\sum_{k=1}^n k = \frac{n(n+1)}{2}$$
Code #
Python
def f(x):
return x ** 2
s = "bonjour"
t = "❤️"
a = 1234
b = 456.789
d = [1, 2]
# comment
Inline code no color class A(): with color
1a = "abc" + "def"SQL
SELECT * FROM table
WHERE age > 18;
Du code en ligne self.pyodide = await load();
Tableau #
| a | b |
|---|---|
| 1 | 2 |
Liens #
Images #
Depuis l’extérieur :
Depuis mon site :