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