1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2024-11-27 19:50:37 +01:00

docs: update Scripting/Python/Manip-donnees

Cette révision appartient à :
Maxime Mourier 2021-06-07 08:40:14 +00:00 révisé par Mickael Asseline
Parent 0a256a5f9f
révision d7d52cf7f6

Voir le fichier

@ -2,7 +2,7 @@
title: Python - Manipulation des données
description:
published: true
date: 2021-06-07T08:23:59.075Z
date: 2021-06-07T08:40:13.330Z
tags:
editor: ckeditor
dateCreated: 2021-06-07T08:01:47.026Z
@ -10,7 +10,11 @@ dateCreated: 2021-06-07T08:01:47.026Z
<figure class="image image_resized" style="width:53.94%;"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Python_logo_and_wordmark.svg/1200px-Python_logo_and_wordmark.svg.png" alt="Fichier:Python logo and wordmark.svg — Wikipédia"></figure>
<h1>Les listes</h1>
<p>&nbsp;</p>
<p>Une liste se déclare avec des crochets et on accède à une donnée par son indice.</p>
<pre><code class="language-python">langages = ["python", "C#","java","C++"]
&gt;&gt;&gt; print(langages[1])
C#</code></pre>
<h1>Les dictionnaires (json)</h1>
<p>&nbsp;</p>
<h1>CSV</h1>