Friday 13 December 2019

Python Keywords

Python has a set of keywords that are reserved words that cannot be used as variable names, function names, or any other identifiers.

and as assert break class
continue def del elif else
exceptFalsefinallyfor from
global if import in is
lambda None nonlocal not or
pass raise return True  try
while with yield

No comments:

Post a Comment