Keywords in Python

Keywords are the reserved words in Python. These are reserved words and we cannot use a keyword as variable name, function name or any other identifier. Keywords in Python are case sensitive . Python is a dynamic language and number of keywords can vary slightly in course of time.
Python Keywords and Identifiers - False, class,	finally,	is,	return, None,	continue,	for,	lambda,	try, True,	def,	from,	nonlocal,	while, and,	del,	global,	not,	with, as,	elif,	if,	or,	yield, assert,	else,	import,	pass, break,	except,	in,	raise