STUDY/Python

[Python] Reserved Words

Unbalance is balance 2016. 8. 16. 21:47
    • 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