Variables, Numbers, Strings and Operators in python
We talked about python programming language in our previous post. Now in this article we will see how to declare variables, define numbers and strings, the use of operators in python. In python language, we can declare a variable using just…