Résultats de la recherche
Un article de Haypo.
Vous avez recherché « Print »
Aucune page intitulée « Print » n’existe. Vous pouvez créer cet article.
Pour plus d’informations sur la recherche dans Haypo, voir Aide.
Affichage de 6 résultats à partir du #1.
Voir (20 précédents) (20 suivants) (20 | 50 | 100 | 250 | 500).
Aucun titre d’article ne correspond à la recherche.
Correspondances dans le texte d’articles
- Gdb (5 899 octets)
39: * Voyons la commande « '''print''' » :
40: ** '''print tmp''' : Affiche le contenu de la variable tmp
41: ** '''print *0xbffffbd4''' : Affiche la valeur à l'adresse 0...
42: ** '''print *(char *)0xbffffbd4''' : Affiche le caractère à...
43: ** '''print 1+1''' : Affiche le résultat du calcul 1+1 :-) - Python ou rien (11 370 octets)
10: print " Hello Victor ".replace("Hello", "Bonjour").stri...
16: print nombres
20: print anglais[1]
45: print "u(%s)=%s" % (n, x)
54: print "%u: %s" % (n, ligne.rstrip("\r\n")) - Errno (4 207 octets)
57: print "% 3s: %s" % (number, name) - Temps (7 787 octets)
56: * en Python : « import os; print os.sysconf(2) » - Libc (5 204 octets)
34: ** small memory footprint
53: ...ll debugging information it has, if set to 'help' prints a help message
74: ** 1: print an error message (default)
76: * MSGVERB SEV_LEVEL : Mask of msgfmt() values to print (label, severity, text, action, tag) and severity... - Python Unicode (17 445 octets)
9: >>> import sys; print sys.maxunicode
87: >>> print u"salut %s !" % "victor"
90: >>> print u"salut %s !" % "hervé"
95: >>> print u"salut %s !" % prenom
156: ...python.org/lib/module-quopri.html quopri] (quoted printable), [http://docs.python.org/lib/module-uu.html ...
Voir (20 précédents) (20 suivants) (20 | 50 | 100 | 250 | 500).