Python Operators: Introduction to Arithmetic operator | Learn Python in Hindi

Published: 04 October 2022
on channel: Let's learn Programming
63
19

#python #pythonforbeginners #pythoninhindi #pythonoperators #pythonbusted #python #pythonprogramming #python3 #pythonforbeginners #pythoninhindi

Code in the video:
============================================================================
operator is a symbol that performs operations on operands (variables).
1. Arithmetic operator
(+(addition) -(subtraction) *(Multiplication) /(dived) %(mode) **(exponent) //(floor division))
x=int(input("enter first number"))
y=int(input("enter second number"))
z=x+y
print("addition ", z )
z=x-y
print("subtraction", z )
z=x*y
print("Multiply", z )
z=x/y
print("division", z )
z=x%y
print("mode", z )
z=x**y
print("exponent", z )
z=x//y
print("floor division", z )
============================================================================

Python Hindi tutorial: If you want to learn python, this Hindi Python Tutorial will teach you Python fast and easy!
These python lectures in Hindi will teach you the real meaning of python in Hindi along with a lot of examples. With these python lectures, we will cover a lot of examples and exercises. Now you can learn python in Hindi without any hassle. These python lectures are easy to understand and will make you appreciate the beauty of python.
We will start with python basics, python download, python programming fundamentals, python for loop, python dictionary, python list, python class, python IDE, python else if, python function, python tuple, python installation with all details, python regular expression, python regex, python 3, python download windows, python data types, python string, python range, python lambda, python split, python list comprehension, python operator, python lambda function, python read file, python comment, python sorted, python enumerate, python data structures, python try catch, python global variables and then will touch upon some advanced level concepts in great detail
This python programming tutorial in Hindi covers everything about each and every python concept in Hindi
After watching this course, you will be very successful in learning python in Hindi.


On this page of the site you can watch the video online Python Operators: Introduction to Arithmetic operator | Learn Python in Hindi with a duration of hours minute second in good quality, which was uploaded by the user Let's learn Programming 04 October 2022, share the link with friends and acquaintances, this video has already been watched 63 times on youtube and it was liked by 19 viewers. Enjoy your viewing!