miroir de
https://github.com/PAPAMICA/Wiki-Tech.io.git
synchronisé 2025-01-31 19:30:31 +01:00
docs: update Scripting/Python/Manip-donnees
Cette révision appartient à :
Parent
823fe87682
révision
e0a64ca2c7
1 fichiers modifiés avec 3 ajouts et 3 suppressions
|
@ -2,7 +2,7 @@
|
|||
title: Python - Manipulation des données
|
||||
description:
|
||||
published: true
|
||||
date: 2021-06-07T09:29:02.667Z
|
||||
date: 2021-06-07T09:32:32.707Z
|
||||
tags:
|
||||
editor: ckeditor
|
||||
dateCreated: 2021-06-07T08:01:47.026Z
|
||||
|
@ -31,7 +31,7 @@ C#</code></pre>
|
|||
<pre><code class="language-python">>>> langages = ["python", "C#","java","C++"]
|
||||
|
||||
>>> for prog in langages:
|
||||
>>> print("{0} est cool".format(prog)) #voir chapitre "Formater des données"
|
||||
>>> print("{0} est cool".format(prog)) #voir chapitre "Formater des chaines de caractères"
|
||||
|
||||
python est cool
|
||||
C# est cool
|
||||
|
@ -43,5 +43,5 @@ C++ est cool</code></pre>
|
|||
<p> </p>
|
||||
<h1>Lire un txt</h1>
|
||||
<p> </p>
|
||||
<h1>Formater des données</h1>
|
||||
<h1>Formater des chaines de caractères</h1>
|
||||
<p> </p>
|
||||
|
|
Chargement…
Référencer dans un nouveau ticket