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

  Рет қаралды 63,433

code io - Tamil

code io - Tamil

Күн бұрын

Python for Beginners in Tamil
Variables , Data Types , Input function
code io
Follow us in Instagram for more updates
/ code.i.o
Hash Tags
#Python​ #Python-Beginners​ #python-tamil

Пікірлер: 209
@vinojohnson2749
@vinojohnson2749 Жыл бұрын
a= input ('enter the number ') print (a*5) Output: 55555 a=int(input('enter the number')) print (a*5) Output: 25
@vijaymani7968
@vijaymani7968 Жыл бұрын
U R correct
@MoonDevil-2958
@MoonDevil-2958 Жыл бұрын
Bro u r correct
@Bluenilaa35
@Bluenilaa35 11 ай бұрын
but how ..the 1st problem a=input('enter the number') print (a*5) ippo idle variable (a) va oru string ah thana consider pannum appo answer 5*5 ------ithuthana varum epdi 55555 ---ithu answer varum
@harishbalaji9050
@harishbalaji9050 8 ай бұрын
No bro here it is string so it will repilicate that so, ans: is 55555​@@Bluenilaa35
@sdgamer2716
@sdgamer2716 5 ай бұрын
@@harishbalaji9050 ipo purinjiduchi 👌
@hariharan-zm2pc
@hariharan-zm2pc Жыл бұрын
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
@codeio
@codeio Жыл бұрын
🤩🤩 Good to hear
@hariharan-zm2pc
@hariharan-zm2pc Жыл бұрын
may i know the correct because link is not opening or supporting for me . whats the answer code io tamil and i want your telegram channel link
@kuttyqueengaming143
@kuttyqueengaming143 Жыл бұрын
No the answer will be error or 55555 because there is not data type mentioned so it take as string ...
@kuttypookal518
@kuttypookal518 9 ай бұрын
55555
@colourfullmindset476
@colourfullmindset476 5 ай бұрын
55555
@ManishaNisha-nk1gl
@ManishaNisha-nk1gl 3 ай бұрын
I recent saw your python videos recently. Easy to understand. Am so happy i learned python 😊 i daily watched your videos
@vidhumuralee2426
@vidhumuralee2426 2 жыл бұрын
Hi anna your teaching is superb… 👍
@thaaru0330
@thaaru0330 10 ай бұрын
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
@naanunathey
@naanunathey 11 ай бұрын
O/p:55555 because we don't use int function here so string replication happens here
@comedymemsfun
@comedymemsfun Жыл бұрын
Excel fill la yeppadilam calculation pannalam nu oru video podunga bro👍
@evilgaming3560
@evilgaming3560 Жыл бұрын
The way u both teaching python is awesome 👍.easy to understand.thank u both so much.keep rocking🎉 🎉🎉
@codeio
@codeio Жыл бұрын
Thanksssss 🤩🤩🤩
@nighilsuganthi7138
@nighilsuganthi7138 Ай бұрын
Same as him bro your classes are extraordinary
@codeio
@codeio Ай бұрын
@nighilsuganthi7138 🤩🤩
@HarishHarish-ko3fd
@HarishHarish-ko3fd 7 ай бұрын
bro which as a software used in python program
@bharat.m2677
@bharat.m2677 2 жыл бұрын
Both guys teaching and faces are handsome ☺️☺️☺️
@codeio
@codeio 2 жыл бұрын
Thank you soo much bro😅😅
@everythingunited325
@everythingunited325 Жыл бұрын
a string can't be multiplied with an integer so the answer will be 55555
@codeio
@codeio Жыл бұрын
Absolutely right 🤩🤩🤩🤩🤩🤩🤩
@naanunathey
@naanunathey 11 ай бұрын
Anna your way of teaching is very easy to understand...👍thankyou so much anna ❤please upload more useful videos like this ...
@codeio
@codeio 11 ай бұрын
Sure 👍
@Jayalakshmi-ql9py
@Jayalakshmi-ql9py Жыл бұрын
brother which platform ur using to run the program
@kuttyqueengaming143
@kuttyqueengaming143 Жыл бұрын
Pyton online compiler
@franksam3324
@franksam3324 Жыл бұрын
bro neega entha python version use pandringa....pls send the download link
@akshathnasir1632
@akshathnasir1632 Жыл бұрын
Option B 55555 string replication
@kuppan5329
@kuppan5329 3 ай бұрын
Such a absolute teaching just keeping it✨📝
@CyberAnton
@CyberAnton Жыл бұрын
Answer is B) 55555
@dhineshchandrasekaran7867
@dhineshchandrasekaran7867 2 жыл бұрын
55555-string replication happens here
@codeio
@codeio 2 жыл бұрын
👍🏻👍🏻
@HawwaNoorin
@HawwaNoorin Жыл бұрын
Answer b)
@manikandanr1693
@manikandanr1693 7 ай бұрын
Ans is option c Bcz a= int( input ( Enter number)) : integer a mathanum
@AlexBenva
@AlexBenva 5 ай бұрын
Option b because it will take value as string
@Marveledits-dh1hx
@Marveledits-dh1hx 2 жыл бұрын
option. b
@GokulKrishnan-b7m
@GokulKrishnan-b7m Ай бұрын
Ans. 25
@anandhalakshmi6187
@anandhalakshmi6187 Жыл бұрын
Answer is option B
@JayaShree-tr4cr
@JayaShree-tr4cr 6 ай бұрын
Bro this is a string type. because we cann't gives integer type int ,so the answer is 55555
@Snegapriya-x7y
@Snegapriya-x7y 3 ай бұрын
Entha app bro use panrathu
@indirajithl43
@indirajithl43 3 жыл бұрын
print('which is the latest version of python ?\t ' 'and' ' what is the use of latest version than older versions ?')
@codeio
@codeio 3 жыл бұрын
3.10 is the latest version... This link contains all the new stuffs in Python 3.10 docs.python.org/3/whatsnew/3.10.html But basically, there is a big difference only between python 2.x and 3.x, latest versions are mostly bug fixes. P.S. Loved the print statement😍😍😍
@KasiViswanathan-wx8dj
@KasiViswanathan-wx8dj Жыл бұрын
Option 'B'
@creativequotes21
@creativequotes21 Жыл бұрын
Option b
@meenameenatchi4535
@meenameenatchi4535 2 жыл бұрын
Bro nenga kodukara daily dose answer epadi panrathu short video podunga bro
@prasanthg7739
@prasanthg7739 2 жыл бұрын
Aama nanba ans ku thaniya shorts poodunga.....romba use fulla erukum....
@_MDhanush
@_MDhanush 9 ай бұрын
Option B
@GowsalyaA.T
@GowsalyaA.T Жыл бұрын
B)option
@GANESHBABUCRKIT
@GANESHBABUCRKIT 2 ай бұрын
ans : 25
@gokulgokul1341
@gokulgokul1341 Жыл бұрын
Ans:B
@006-it-aswinkumar4
@006-it-aswinkumar4 Жыл бұрын
The ans is (b)
@ShafiullahA-o5h
@ShafiullahA-o5h Жыл бұрын
A(25)
@borntowin4271
@borntowin4271 2 жыл бұрын
option b bro
@stalinstalin1843
@stalinstalin1843 Жыл бұрын
a=input('5'*5) output: 55555
@Haranika2006
@Haranika2006 3 ай бұрын
B)55555
@vijaysekara.s.7822
@vijaysekara.s.7822 Жыл бұрын
Enna application la python open panninga brw
@codeio
@codeio Жыл бұрын
Thonny for python
@Accounting_world_03
@Accounting_world_03 2 ай бұрын
Ans (b)
@viswakailash9193
@viswakailash9193 Жыл бұрын
because there is no int function so it will replicate happens
@karupasamy-m2x
@karupasamy-m2x 2 ай бұрын
Output :25
@e.velmuruganagri569
@e.velmuruganagri569 Жыл бұрын
Ans 55555 bro
@palanisamyg2031
@palanisamyg2031 Жыл бұрын
A)25
@keeranrao3248
@keeranrao3248 Жыл бұрын
Bro the answer is b
@sushmitha9257
@sushmitha9257 7 ай бұрын
Option b
@natarajshanthinatarajshant265
@natarajshanthinatarajshant265 2 ай бұрын
5×5
@gamingstudent6320
@gamingstudent6320 2 жыл бұрын
Love ur channel bro
@Arulprakash225
@Arulprakash225 Жыл бұрын
Your telegram id not found
@shruthe534
@shruthe534 4 ай бұрын
option b bro
@viswakailash9193
@viswakailash9193 Жыл бұрын
b is the ans
@AnbuAnbu-u7i
@AnbuAnbu-u7i 2 ай бұрын
A) 25
@samuelrobertr.fixc-x5159
@samuelrobertr.fixc-x5159 Жыл бұрын
Option A❤
@IvinAustan
@IvinAustan Жыл бұрын
55555 is the answer here
@santhoshE-sb9sz
@santhoshE-sb9sz 4 ай бұрын
ans: B
@murugan_squad
@murugan_squad Ай бұрын
Answer is A
@pavithrag8357
@pavithrag8357 Жыл бұрын
Ans is B
@Shasha-ganster333
@Shasha-ganster333 5 ай бұрын
Option A because 5*5=25
@rajaunic7891
@rajaunic7891 Жыл бұрын
B answer
@VTell2024
@VTell2024 4 ай бұрын
Ans : b
@PraveenKumar-hu6py
@PraveenKumar-hu6py 4 ай бұрын
5*5
@yogeshkannan6519
@yogeshkannan6519 Жыл бұрын
Option.A
@sunjusree1639
@sunjusree1639 Жыл бұрын
Option A anna
@rocky_boy_1
@rocky_boy_1 7 ай бұрын
A answer
@darthyevanjelen8639
@darthyevanjelen8639 Жыл бұрын
25
@Lt_gaming14
@Lt_gaming14 8 ай бұрын
Ans:B
@abdulallaudeen
@abdulallaudeen Ай бұрын
output:55555
@anitajai9077
@anitajai9077 5 ай бұрын
25 (a)
@Murugan007-t5e
@Murugan007-t5e 2 ай бұрын
A 25
@rajeshm2416
@rajeshm2416 10 ай бұрын
B
@amulishu
@amulishu Жыл бұрын
Ans=b
@HANALatheef-b2w
@HANALatheef-b2w 17 күн бұрын
Output is 55555
@banushree5261
@banushree5261 Жыл бұрын
output 55555
@manishanisha661
@manishanisha661 Жыл бұрын
25 is answer bro
@sinos_karan9515
@sinos_karan9515 2 жыл бұрын
answer is "B"
@CyberSecurity_Analysist
@CyberSecurity_Analysist 6 ай бұрын
Anna ans : C
@romiyof1020
@romiyof1020 2 жыл бұрын
Oops concepts send panuga
@k.v.balachandhar5599
@k.v.balachandhar5599 Жыл бұрын
Option 55555
@factsin1085
@factsin1085 Жыл бұрын
B. 55555
@codeio
@codeio Жыл бұрын
Yeaaaa 🤩🤩🤩
@indirajithl43
@indirajithl43 3 жыл бұрын
which version of python you have using ?
@codeio
@codeio 3 жыл бұрын
Python 3.7.3🤩🤩
@GokulaKannan-jy6cu
@GokulaKannan-jy6cu Жыл бұрын
answer A
@VedanthSridhar-i8i
@VedanthSridhar-i8i 2 ай бұрын
The answer is 25
@diwakarharigovindan6083
@diwakarharigovindan6083 Жыл бұрын
Answer is (A) 25
@saravanandevi9892
@saravanandevi9892 Жыл бұрын
Error bro because int not defined
@jayapathis8991
@jayapathis8991 Жыл бұрын
A 25🎉
@ezhiltabs
@ezhiltabs 7 ай бұрын
Ans, 55555
@mrscreationandphotography2769
@mrscreationandphotography2769 Жыл бұрын
Bro answer is 5
@selvasoundaryas3164
@selvasoundaryas3164 Жыл бұрын
Thank you so much..
@ManishaNisha-nk1gl
@ManishaNisha-nk1gl 3 ай бұрын
Answer (a) 25
@Maheshwari-r4t
@Maheshwari-r4t Жыл бұрын
Answer =25
@premkumarr8544
@premkumarr8544 8 ай бұрын
25 bro 😊
@RamPrasad-me9pv
@RamPrasad-me9pv 7 ай бұрын
if "int" not mentioned then the "input" command will take the data you enter as string (character)
@gayathriravichandran5367
@gayathriravichandran5367 2 жыл бұрын
B)
@kuttypookal518
@kuttypookal518 9 ай бұрын
55555
@DEEPAKKUMAR-q7n2d
@DEEPAKKUMAR-q7n2d 2 жыл бұрын
555555 coming bro
@sajeepanarul1400
@sajeepanarul1400 2 ай бұрын
55555 output
@nandhujesus716
@nandhujesus716 Жыл бұрын
Ans 25 thana bro
@appuedits973
@appuedits973 Жыл бұрын
Noo 55555
@vengatachalamm283
@vengatachalamm283 3 ай бұрын
Cute ❤❤
@hariprasathkm8682
@hariprasathkm8682 2 ай бұрын
B)55555🎉🎉🎉🎉🎉
@hemaladevi2778
@hemaladevi2778 Жыл бұрын
A
She's very CREATIVE💡💦 #camping #survival #bushcraft #outdoors #lifehack
00:26
Я сделала самое маленькое в мире мороженое!
00:43
Кушать Хочу
Рет қаралды 4,2 МЛН
Это было очень близко...
00:10
Аришнев
Рет қаралды 1,3 МЛН
когда не обедаешь в школе // EVA mash
00:51
EVA mash
Рет қаралды 4,4 МЛН
DATA TYPES IN PYTHON | Simplest Introduction
5:29
Crack Concepts
Рет қаралды 208 М.
Learn Python in 2 Hours: Basics of Python in Tamil
2:08:53
code io - Tamil
Рет қаралды 688 М.
5  EASY STEPS to Master English | SWEAT framework in Tamil
18:31
Explore with Epaphra
Рет қаралды 350 М.
Datatypes in Python (Tamil)
8:55
The Last Minute Professor
Рет қаралды 24 М.
P_11 Data Types in Python | Python Tutorials for Beginners
23:54
Jenny's Lectures CS IT
Рет қаралды 253 М.
Python for Beginners | Ep -14 | Functions in Python | Tamil | code io
13:44
She's very CREATIVE💡💦 #camping #survival #bushcraft #outdoors #lifehack
00:26