Python for Beginners | Ep - 02 | Variables - Data Types - Input | Tamil | code io

preview_player
Показать описание
Python for Beginners in Tamil
Variables , Data Types , Input function
code io

Follow us in Instagram for more updates

Hash Tags
#Python​ #Python-Beginners​ #python-tamil
Рекомендации по теме
Комментарии
Автор

a= input ('enter the number ')
print (a*5)

Output:

a=int(input('enter the number'))
print (a*5)

Output: 25

vinojohnson
Автор

I recent saw your python videos recently. Easy to understand. Am so happy i learned python 😊 i daily watched your videos

ManishaNisha-nkgl
Автор

i am from australlia i can understand tamil bcz my grand parents are tamil so we speak tamil in our house so first time i am learning python in tamil langauge and output answer is A

hariharan-zmpc
Автор

The way u both teaching python is awesome 👍.easy to understand.thank u both so much.keep rocking🎉 🎉🎉

evilgaming
Автор

because we don't use int function here so string replication happens here

naanunathey
Автор

Both guys teaching and faces are handsome ☺️☺️☺️

bharat.m
Автор

a string can't be multiplied with an integer so the answer will be

everythingunited
Автор

Anna your way of teaching is very easy to understand...👍thankyou so much anna ❤please upload more useful videos like this ...

naanunathey
Автор

Such a absolute teaching just keeping it✨📝

kuppan
Автор

Anna enaku intha questions ellam doubt epdi output kondu varanum python jupiter notebookla

1.Write a program to display "Welcome " if a number entered by user is a multiple of five
otherwise print "Bye"

2. Write a program to find the largest number out of three numbers excepted from user

3. Write a program to accept a number from 1 to 7 and display the name of the day like 1
for Sunday, 2 for Monday and so on

4. Accept any city from the user and display monument of that city
City Monument
Delhi Red Fort
Agra Taj Mahal
Jaipur Jal Mahal

thaaru
Автор

Excel fill la yeppadilam calculation pannalam nu oru video podunga bro👍

comedymemsfun
Автор

bro neega entha python version use pandringa....pls send the download link

franksam
Автор

Ans is option c
Bcz
a= int( input ( Enter number)) : integer a mathanum

manikandanr
Автор

bro which as a software used in python program

HarishHarish-kofd
Автор

print('which is the latest version of python ?\t ' 'and' '\n what is the use of latest version than older versions ?')

indirajithl
Автор

Bro this is a string type. because we cann't gives integer type int, so the answer is

JayaShree-trcr
Автор

brother which platform ur using to run the program

Jayalakshmi-qlpy
Автор

Option b because it will take value as string

tyrswwo