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

Скачать или смотреть int() function and more about variables

  • Divya Bharati
  • 2019-02-12
  • 14
int() function and more about variables
#int() function#more about variables
  • ok logo

Скачать int() function and more about variables бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно int() function and more about variables или посмотреть видео с ютуба в максимальном доступном качестве.

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

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

Cкачать музыку int() function and more about variables бесплатно в формате MP3:

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

Описание к видео int() function and more about variables

This video covers int() function and more about variables. Must watch it and also watch previous videos to make it more clear. Source codes are given below:-

#int() function
#How to take more than one variables in a single line...???
num_1=input("ENter 1st no.\n")
Enter 1st no.
4
num_2=input("Enter 2nd no.\n")
Enter 2nd no.
4
total=num_1+num_2
print("Total is "+total)
Total is 44
"4"
num_1=int(input("Enter 1st no.\n"))
Enter 1st no.
4
num_2=int(input("Enter 2nd no.\n"))
Enter 2nd no.
4
total=num_1+num_2
print("Total is "+total)
Traceback (most recent call last):
File "pyshell10", line 1, in module
print("Total is "+total)
TypeError: can only concatenate str (not "int") to str
print("Total is "+str(total))
Total is 8
num1=str(4)
num2=float("44")
num3=int("33")
print(num2+num3)
77.0
name,age="Divya",20
print("Hello "+name+" Your age is "+age)
Traceback (most recent call last):
File "pyshell17", line 1, in module
print("Hello "+name+" Your age is "+age)
TypeError: can only concatenate str (not "int") to str
print("Hello "+name+" Your age is "+str(age))
Hello Divya Your age is 20
print(total)
8
x=y=z=1
print(x+y+z)
3

Codes are given above with all errors and corrections...

Thank you...!!!

Комментарии

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

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

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

video2dn Copyright © 2023 - 2025

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