Bro beginners Ku ninga kudutha example ah thavara next epdi yosikanum nu oru idea Ila so homework Mari 1 or 2 example inime vara upcoming vedios LA description LA podunga
super bro correct ta soninga nanum ethathe yosichan and cs in tamil bro please ore topic ku neraya problems kundunga bro tricky ya community post la podunga ella video keezha pin pani vaikanga exercise lam apppo engaluku konja useful la erukum
Bro i have a doubt -------------------------------------------------- is_captain = input("captain is True are false : ") is_batsman = input("batsman is True are Fasle : ") if is_captain and is_batsman: print("you are a batsman and also a captain") elif not is_captain and not is_batsman: print("you are not a batsman and not a capcaptain") elif is_captain and not is_batsman: print("you are a captain but not a batsman") else: print("you are not a captain but a batsman") -------------------------------------------------- Pls tell your out put and what my mistake pls tell 🙏 pls ...
is_captain = input("captain is True or false : ") is_batsman = input("batsman is True or Fasle : ") if is_captain == "true" and is_batsman == "true": print("you are a batsman and also a captain") elif is_captain == "false" and is_batsman == "false": print("you are not a batsman and not a captain") elif is_captain == "true" and is_batsman == "false": print("you are a captain but not a batsman") else: print("you are not a captain but a batsman") bro neenga actuala input ta string ga vangi erukinga so the if case work agathu just interperter yum error solathu because antha syntax wrong ellathathu nala ungaluku output thappa than varum athunala ungaluku antha first case matum all input ku print agi eruku and video la sonathu boolean character use panierukanga data type boolean = true(1) and false(0) string = words or statement enclosed in double quotes example "food" "table" neenga eppa normala input write paninga atha interperter string than eduthukum so match agathu not case ku lam interpreter edi work agumna oru oru line na than work agum neega enter panathu string so first if case print statement le print agidum neenga entha input kuduthalum and enakum boolean la epdi input vangurathunu theriyala bro so naa string ga use pani try pana so all cases work achi
I will be clearly understand very useful vodeo🎉🎉🎉
vera level explaination 👍👍 Thank You And I'm a 200th Like
Actually I was preparing for my viva so i came to learn this and it was so useful and I become clear on the topic thank you so much bro
good Explanation bro😍
bro ithu enna version bro
python na install pannappa vera mathiri irukke
Bro niga coding ku use pandra software link thaaga
Indha tutorial videos I am using onlinegdb.com
General ah I use VS code - code.visualstudio.com/download
@@CSinTamil thanks bro😍😍
Bro beginners Ku ninga kudutha example ah thavara next epdi yosikanum nu oru idea Ila so homework Mari 1 or 2 example inime vara upcoming vedios LA description LA podunga
Sure, I will start giving some exercises.
super bro correct ta soninga nanum ethathe yosichan and cs in tamil bro please ore topic ku neraya problems kundunga bro tricky ya community post la podunga ella video keezha pin pani vaikanga exercise lam apppo engaluku konja useful la erukum
Sama bro
👍👍
Advance python programing ku tha waiting
I ll upload it once I complete Java in a few days. :)
Bro Neenga soninga batsman true ah irukanum capitan false ah irukanum soli suppose batsman false ah irundu capitan true ah irunda elif yepidhi pudanum soli thanga bro
Same bro opposite not(is_batsman) and is_captain
Bro i have a doubt
--------------------------------------------------
is_captain = input("captain is True are false : ")
is_batsman = input("batsman is True are Fasle : ")
if is_captain and is_batsman:
print("you are a batsman and also a captain")
elif not is_captain and not is_batsman:
print("you are not a batsman and not a capcaptain")
elif is_captain and not is_batsman:
print("you are a captain but not a batsman")
else:
print("you are not a captain but a batsman")
--------------------------------------------------
Pls tell your out put and what my mistake pls tell 🙏 pls ...
Quick glance la program correct ah thaan theridhu.
Neenga ena input kuduthinga, ena output expect panna maari varalanu soninga, I can help out.
@@CSinTamil bro i waint That true or false in input method
is_captain = input("captain is True or false : ")
is_batsman = input("batsman is True or Fasle : ")
if is_captain == "true" and is_batsman == "true":
print("you are a batsman and also a captain")
elif is_captain == "false" and is_batsman == "false":
print("you are not a batsman and not a captain")
elif is_captain == "true" and is_batsman == "false":
print("you are a captain but not a batsman")
else:
print("you are not a captain but a batsman")
bro neenga actuala input ta string ga vangi erukinga so the if case work agathu just interperter yum error solathu because antha syntax wrong ellathathu nala ungaluku output thappa than varum athunala ungaluku antha first case matum all input ku print agi eruku and video la sonathu boolean character use panierukanga
data type boolean = true(1) and false(0)
string = words or statement enclosed in double quotes example "food" "table"
neenga eppa normala input write paninga atha interperter string than eduthukum so match agathu not case ku lam
interpreter edi work agumna oru oru line na than work agum neega enter panathu string so first if case print statement le print agidum neenga entha input kuduthalum and enakum boolean la epdi input vangurathunu theriyala bro so naa string ga use pani try pana so all cases work achi
@@jinsearth3431 semma explanation bro
😍😍