Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть use of "+" plus operator in python

  • p for python
  • 2020-05-15
  • 71
use of "+" plus operator in python
  • ok logo

Скачать use of "+" plus operator in python бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно use of "+" plus operator in python или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку use of "+" plus operator in python бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео use of "+" plus operator in python

Working with Operator
Operators are special symbols that work on data / variables.
. Each operator performs its own specific function.
Working of “+” operator (in Python) with
1. Numbers (Used to add numbers and get the total)
2. Characters/Strings (Used to merge/add the given Strings and get new string)

When "+" works with numbers, this symbol adds the numbers and returns the total
For example
a=10
b=20
c=a+b the value of c=10+20
c=30
Another example
x=15
y=25
z=x+y the value of z=15+25
z=40

When “+” works with strings / character(s) then “+” Symbol called concatenation operators.
It joins/merge the given strings/character(s)
Note:-
A. Python Strings are characters enclosed in
1. Single quotation Mark
2. Double quotation Mark
3. Triple quotation Mark
B. All data should be string/ character to perform concatenation.
C. One string and one integer generate error.

Examples
If x=”18”
Y=”2”
Then z=x+y
z=”18”+”2”
z=”182”

another example:-
if a=”I”
b=”Love”
c=”Python”
then find the value of d, d=a+b+c






Summery
1. All the data should in quotes (‘Single, Double “ ”,triple ‘’’) other than number data.
2. You have to identify the type of data
a. For number it should be without quotes.
b. For strings/charterers it should be with quotes.
3. After getting the data type you are ready to work
a. If numbers then do add and get the total
4. If String, join string to string and get a new string.
5.
If you provide a number, but in quotes it will be treated as a string / character in this case
The "+" operator merges /joins these two numbers instead of adding.



Working with “/” Division and “%” Remainder operator

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]