Let’s write a simple python program to find the sum of an array. It’s very simple to calculate the sum of an array in Python,
Category: Python
In this post, we are going to write a simple Python script to find the largest and the smallest number in a list. It is
In this post, I am going to write a python script to print Diamond Star Pattern. I am writing this program in Python 3 version.
Hello reader, here is a Python programme to find an entered number is odd or even. This programme could be useful for cracking interviews or
Here is another interesting Python program that will take a word or sentence as an input (basically a string) and return the number of vowels
Hello people, here I am writing a Python programme after a very long time. This programme could be useful for cracking interviews or could be useful
To print timestamp in Python is very simple, all you have to do is, import the time library and call the time() function to get
This is a basic Python program which helps school and college students to improve their knowledge in Python. If you don’t know what is factorial, here
Reading a file in Python is very simple, In this tutorial you are going to see how to read a file as well as count the
I’m basically a PHP developer, but there was a situation where I have to work with a Python script, you know what? I have to