0
[solved]i really want a list where i can find all the keywords of python language
Where can i find one ?
4 Respostas
+ 5
I think just a list of keywords is not enough. There are also other topics that are essential. Have a look at the original tutorial of python.
https://docs.python.org/3.7/tutorial/
+ 2
from keyword import kwlist
https://code.sololearn.com/cCSr65vtOKXn/?ref=app
+ 1
thanks everyone for your help
0
Maybe google it...