FUNCTIONS IN PYTHON

 Functions in python

Functions are used for call something while coding 
like your own code line follow

  Python
  
def text(text): print(text) text("sample")

Comments

Popular posts from this blog

A tip for html

A joke