Administrators, autoreview, Vérificateurs d’utilisateurs, checkuser-log, editor, reviewer, usersnoop
3 321
modifications
Aucun résumé des modifications |
|||
Ligne 121 : | Ligne 121 : | ||
== Coloration syntaxique de code == | == Coloration syntaxique de code == | ||
< | <syntaxhighlight lang="python"> | ||
import string, sys | |||
# If no arguments were given, print a helpful message | # If no arguments were given, print a helpful message | ||
Ligne 136 : | Ligne 137 : | ||
else: | else: | ||
celsius=(fahrenheit-32)*5.0/9.0 | celsius=(fahrenheit-32)*5.0/9.0 | ||
print '%i\260F = %i\260C' % (int(fahrenheit), int(celsius+.5))</ | print '%i\260F = %i\260C' % (int(fahrenheit), int(celsius+.5)) | ||
</syntaxhighlight> | |||
[[Catégorie:Aide]] | [[Catégorie:Aide]] |
modifications