Commit Graph

4 Commits (2ad2c3378dd716d22028d92eb1de43c389f27848)

Author SHA1 Message Date
himanshu07070 9d1c82225a Update index.md (#30140)
changes in the output
2018-12-13 14:49:57 -08:00
shilpi03 b918547c24 keywords (reserve words ) in python (#25949) 2018-12-13 14:49:23 -08:00
Naveenkumar Mortha cf44c7246d Added steps to check keywords in python (#21511)
* Added steps to check keywords in python

>>> import keyword
>>> print (keyword.kwlist)
['False', 'None', 'True', 'and', 'as', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'nonlocal', 'not', 'or', 'pass', 'raise', 'return', 'try', 'while', 'with', 'yield']
>>>

* Format the text properly
2018-11-14 18:14:24 -07:00
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30