Test python template
M.ASTIER
6 views
Ceci est ma page de test avec git hub!
This Python template lets you get started quickly with a simple one-page playground.
1
2
print('Hello World!')
- test des gras ** et des surgras
anyway
Advanced usage
If you want a more complex example (external libraries, viewers...), use the Advanced Python template
Résumer de la syntaxe de jupyter
href="https://stacklima.com/cellule-markdown-dans-le-bloc-notes-jupyter/ " tuto syntaxe compléte
Les balises d'alertes
this is an example of an example cell
class="alert alert-block alert-info">
class="alert alert-block alert-danger">
class="alert alert-block alert-success">
this text is indented via >
this text is indented via double >>
-trouver via
- double
- decidement
- bizarre
str = "la balise code python"
print(str)
varA = 10
print(varA)
10
from turtle import *
clear()
forward(50)
left(90)
forward(50)
left(90)
forward(50)
Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.