All Topics
HTML
CSS
JavaScript
APIs
Python3 Language
Python3 Library
Python 3 Language Reference
Categories
Python Decorators
Classes in Python
Python Built-in Functions
Python Tuples
Python Sets
Python Language Keywords
and
as
assert
break
class
continue
def
del
else
except
false
finally
for
for-else
from
global
if
import
import as
in
is
lambda
none
nonlocal
not
or
pass
raise
return
self
true
try
while
yield
Python Lists
Python String Methods
Python Dictionaries
Python Program Structure and Layout
Python Functions
PIP: Pip Installs Packages
Python Error Handling
Home
Python3
Python language keywords
return
return
Used to exit a function and return a value
Python
Copy Code
def
myFunction():
return
42