This website works better with JavaScript.
Home
Explore
Help
Sign In
E2L_Ivry
/
cours-python
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
typo
master
Dimitri Merejkowsky
4 years ago
parent
f31a716c74
commit
283366d4f0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cours/source/03-variables-et-types/02-chaînes-de-caractères.rst
+ 1
- 1
cours/source/03-variables-et-types/02-chaînes-de-caractères.rst
View File
@@ -64,4 +64,4 @@ la même petite string plusieurs fois avec l'opérateur
message = "Na" * 3
print(message)
# aff
e
iche: NaNaNa
# affiche: NaNaNa