41 lines
		
	
	
		
			464 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			464 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| 
 | |
| kanban-plugin: basic
 | |
| 
 | |
| ---
 | |
| 
 | |
| ## A voir
 | |
| 
 | |
| - [ ] python listes
 | |
| - [ ] [[Exemples pour la récursion|récursion]]
 | |
| - [ ] turtle basics
 | |
| 
 | |
| 
 | |
| ## Vu
 | |
| 
 | |
| - [ ] types
 | |
| - [ ] python boucles `while`
 | |
| - [ ] python boucles `for _ in range(...)`
 | |
| - [ ] python boucle `for _ in list`
 | |
| 
 | |
| 
 | |
| ## Utilisé
 | |
| 
 | |
| - [ ] fonctions
 | |
| - [ ] python syntaxe de base
 | |
| - [ ] Conditions
 | |
| - [ ] python booléens (`and`, `or`)
 | |
| 
 | |
| 
 | |
| ## revu
 | |
| 
 | |
| - [ ] python input
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| %% kanban:settings
 | |
| ```
 | |
| {"kanban-plugin":"basic"}
 | |
| ```
 | |
| %% |