#python
Read more stories on Hashnode
Articles with this tag
When you have a large code and you have to use a block of code multiple times in different area of the code functions are used. A function is a block...
While coding we need to use a block of code again and again. Its tedious to write the same code again and again. This will make the program lengthy...
Imagine you have a bunch of numbers and you assign a variable to each of these numbers. Now everytime you want to access these set of numbers you need...
A variable can be assigned a string or a character. str1="This is a string" str2=' key' str3=""" this is a string""" Multiple strings can be printed...
Python is a popular programming language with many uses, including data science, task automation, scripting, web development, and competitive...