built-in function

parameters

Return values

Range function

Split function


Def function

#this defines what should be printed

def thing():

print('hello')

print('fun')

#this lines of codes understands what’s to be done (which is defined up and it prints) thing()

print('hello, shafni')

print('zip')