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")
Welcome to "For Developers" β A blog by Mahdi Ali, one of Pakistanβs youngest developers at just 8 years old! π This blog is a hub for developers, featuring coding tips, project ideas, and tutorials for HTML, Python, and JavaScript. Whether you're a beginner or an expert, you'll find valuable insights to level up your skills. π₯ What You'll Find Here: β Expert Coding Tips β Learn tricks for HTML, Python, and JS. β Community Projects β Share your work and explore othersβ creations. β Live HTML
Comments
Post a Comment
hello