How to take user input(both integer and string) in python ?
In this post, we will look at an interesting part of any programming language. Yes, you guessed it right. We will read about how to take input from a user...
In this post, we will look at an interesting part of any programming language. Yes, you guessed it right. We will read about how to take input from a user...
In this post we will see how to use strings in python. To understand it lets see a sample program and its output. Working with Strings in Python user@ngelinux$ cat...
Today we will look how to define and use arrays in python. To understand this, lets have a look at a program. Using Arrays in Python user@ngelinux:python$ cat sixth.py #!/usr/bin/python...
Till now we have learned how to use variables, how to run a python script, and other small things. Suppose you want to compare if a is equal to b...
In this post we will how to declare different type of variables in python. Using Numbers: Integers and float & Strings in Python Lets have a look how to...
In the first post, we have checked how to view python version available on our system. From this post, we will start learning python programming. The first ever thing we...