Afficher la liste des mots clés python

Author:

 list, assert, list
{filelink=16548}

import keyword
 
for mot in keyword.kwlist:
    print "#"+mot
 
# ce module affiche ça
 
#and
#as
#assert
#break
#class
#continue
#def
#del
#elif
#else
#except
#exec
#finally
#for
#from
#global
#if
#import
#in
#is
#lambda
#not
#or
#pass
#print
#raise
#return
#try
#while
#with
#yield

Livres Sur ce Sujet

Apprendre à programmer avec Python 3 Apprenez à programmer en Python Python : Petit guide à l’usage du développeur agile Apprendre à programmer avec Python 3 : Avec plus de 50 pages de corigés d’exercices !

Leave a Reply

Your email address will not be published. Required fields are marked *


7 × eight =