#variable = a container for a value. Behaves as the value that it contains #string = a series of characters first_name = "Bro" last_name = "Code" full_name = first_name +" "+ last_name print("Hello "+full_name) # print(type(first_name)) #int = a whole integer age = 21 age += 1 print("Your age is: "+str(age)) # print(type(age)) #float = a decimal number height = 250.5 print("Your height is: "+str(height)+"cm") # print(type(height)) #boolean = True or False human = True print("Are you a human: "+str(human)) # print(type(human))
@thorcoder13 жыл бұрын
super
@salamsalamov86192 жыл бұрын
Oh no i cant copy it
@puneetcricket8486 Жыл бұрын
I am not sure if lists are considered a python variable type. I am new to python so...
@youtubevid53303 жыл бұрын
instead of doing print("hello "+name) do this print("hello",name) no need to give space after hello, just replace + with , and you're good to go. correct me if I am wrong
@benszou54493 жыл бұрын
it's right
@piko_sama73503 жыл бұрын
name = "Piko" print(f"Hello {name}")
@mongoliandeathworm4063 жыл бұрын
I could be wrong but I think doing print("hello",name) takes up an extra argument as opposed to print("hello"+name)
@SekiberiusWelkesh2 жыл бұрын
You could also do print("Hello "+(first_name)+" "+last_name)
@asifaa53433 жыл бұрын
Tip: In boolean true and fals must be spelled with the first letter in caps ( True , False)
@Artyon2 жыл бұрын
thank you
@carmel74114 жыл бұрын
Love u bro u very good KZbinr
@Gojokun002 жыл бұрын
Bro Why Haven't I Seen This Channel Before It's A Great Channel
@sagarmunde52993 жыл бұрын
Really a great tutorial, its so easy to understand the basics.
@sidhunaren3 жыл бұрын
Your way of explaining things is really great... Thank You...
@Icysh-k2e2 жыл бұрын
sucha a great content 👌🏼
@hanuta22 Жыл бұрын
Thanks for explaining
@samimerk53132 жыл бұрын
thank you for the explanaion
@lisahoegler58704 жыл бұрын
Great video
@samanthaossuetta37392 жыл бұрын
very nice!!
@Maharddhika2 жыл бұрын
This is my comment in order to keep this channel running 👍
1:30 in addition to single and double quote delimiters ('text' and "text"), you may use triple single and double quotes as well: '''text''' and """text""". A thing these two delimiters have that single-character delimiters don't have is, they retain lines within the string, unlike the first, where putting those in different lines: my_text = 'text' 'in a new line' is converted by Python to simply concatenated strings: 'textin a new line', while: my_text = '''text in a new line''' stores the string, which when printed looks like: text in a new line Of course, you can always create a string of joined strings separated by a string (new line character in this case): "first" + " second", or " ".join(["first", "second", "any other string", ...] where it would concatenate the strings inside the list, putting the object in between (a string of " ", i.e., a new line in this case), but that feature is of convenience more than anything.
@ExpandYourEmpire3 жыл бұрын
thanks a bunch for putting this all together!! love the playlist making it more helpful!!
@Impgem692 жыл бұрын
Thank You Bro!
@ayoubsmahi9843 жыл бұрын
Thank you very much.
@ma.soishob99613 жыл бұрын
thanks,your tutorial is very useful to understand
@Lalalalaaaa772 жыл бұрын
🙌🙌
@WilliamsEmp2 жыл бұрын
I tried this; First_Name = input("What is your first name? ") Last_Name = input("What is your last name? ") print("Hello", First_Name +" "+ Last_Name) age = input("How old are you " + First_Name + "? ") print("You are " + str(age) + " years old") height = input("What is your height in cm? ") print("Your height is " + str(height) + "cm")
@prasitsingh67132 жыл бұрын
Why do you need to type str?
@voibuicochauphitruongthanh142 жыл бұрын
@@prasitsingh6713 because it was an integer and integer can't go with strings
@aries69810 ай бұрын
The way you explain that you are a human is like what AI would do.
@sayedhusson38764 жыл бұрын
Cheers man, great tutorial
@yiorgoskatopodis2 жыл бұрын
Excellent!
@spartanranger3 жыл бұрын
Thanks for guides!
@chinemeremopara27122 жыл бұрын
I learnt a lot tonight. Thanks a lot
@FootballWorld-lg4mu Жыл бұрын
Thanks bro u helped for my exam thank you so much
@Animal_Fact_Frenzy2 жыл бұрын
Thank you very much
@elvinjong60742 жыл бұрын
so good
@vassiliosbantourakis35322 жыл бұрын
Awesome!
@SantS5150 Жыл бұрын
nice!
@poleznoykanal82173 жыл бұрын
Very good lesson !
@David-mj9st2 жыл бұрын
After learn your 8 hours JS tutorial to the 3 hours,I became a fellow!
@gianhat73232 жыл бұрын
Nice
@ElectricAvenue1234 жыл бұрын
Thanks
@anuragbandhubajpai3 жыл бұрын
I like python it's easy
@dohuy.felix1233 жыл бұрын
Not good at English but can study well thanks your best teaching
@praveenakumarapy49142 жыл бұрын
f inh8gngnr rrnorg grnorngr rnu0grnrrnur0norrnror rpngr rnuprr upg rrnup rrnogruo eno
@applefactory31392 жыл бұрын
nice
@knightwolf9002 жыл бұрын
print("your the best bro")
@corydoyle10193 жыл бұрын
Thanks for the help!
@farahdoekoroma1593 жыл бұрын
Hello Bro Code, I'm messaging not actually to purchase anything but to let you know that I enjoy learning from you. I wish you can mentor me to be a programmer just like you Bro. I have been trying to reach you from all the comments section in your KZbin videos. Please reply as you like a special gift from God to help me in programming. I have spend like 6 months trying to find a tutor that can help me be a programmer until I accidentally found you. Thanks man for every videos out there on KZbin. Once again thank you very much for your efforts and resources. Love from Sierra Leone, West Africa.
@Zakharov222 жыл бұрын
Thanks, Bro
@pramodkoushiktr18954 жыл бұрын
r u professor of some university? u teach really good. from which country r u?
@praveenakumarapy49142 жыл бұрын
djbcjbebe behbe bue e
@shudgununivers7425 Жыл бұрын
Thank you pro
@tetsuyakuroko86563 жыл бұрын
Thanks bro
@dorakake74843 жыл бұрын
Thank You 😊
@ritwikvajpeyi46102 жыл бұрын
thnx it helps a lot
@dominicshib32763 жыл бұрын
thanks for providing the code
@ahmedelsapagh153 жыл бұрын
great tutorial
@fucodl1382 жыл бұрын
Thanks.
@davehug3 жыл бұрын
Are you a human: Doubt! Thanks for the video AI bro
@TheWaffleMan693 жыл бұрын
lol
@JorgeOcampoIQ2 жыл бұрын
What book do you recommend me to deep more on each topics?
@alolabang3 жыл бұрын
So amazing
@nagasolo46183 жыл бұрын
Super
@thorcoder13 жыл бұрын
sir you are op
@JustaFrog12412 жыл бұрын
Thank you
@praveenakumarapy49142 жыл бұрын
dwjbkw dbbd'wnudbi vqikb woq qnw wgbd d odn o 93 yhdt9889e y9 9y83o jowodnwpdq w u0q
@CraftYoutube3 жыл бұрын
awesome!!!!!
@callumbartlett18612 жыл бұрын
thanks mate
@devarunkarmakar62982 жыл бұрын
you are the best each and every fukin concpt is clear brooooooooooooooo
@geraldocangondo72643 жыл бұрын
Is good
@syah1323 жыл бұрын
Thanks bri
@Spacious_GG3 жыл бұрын
9:29 , now we know how tall Bro Code is
@airlanggak53913 жыл бұрын
thanks!
@budderrar57512 жыл бұрын
noice
@rabiaabubakarabdulaziz51942 жыл бұрын
Hi Bro Code, what code editor do you use???🤔 i really want to know.
@AnxiousFrenchFries2 жыл бұрын
PyCharm
@_sf_editz18702 жыл бұрын
😄😄
@business98543 жыл бұрын
Commenting just so that this video bursts, hopefully
@maboulmaaly3 жыл бұрын
thanks
@masoudargoshi43122 жыл бұрын
habibi
@TehArcy3 жыл бұрын
hm even though I put true is still says false when I ask if I'm human O.o??? spooky
@tarikyassa10763 жыл бұрын
👍
@fadorn72 жыл бұрын
please bro code tell me is there any extensions for chrome to run python codes or an extension which has terminal?
@marxmarx50583 жыл бұрын
Bro is a legend
@tatsumiogahulkbooster82872 жыл бұрын
I guess that the new patch may have ****ed up everything. I can't do the run thing unless I force it with run... If u know what I mean "bro"
@brondani_3 жыл бұрын
finally i feel like i learned something, thank you :D
@praveenakumarapy49142 жыл бұрын
tgha x
@stuartYoung5593 жыл бұрын
If you was a girl, indeed i swear must have proposed you.😂.. thanks thanks thanks alot brother .. ❤❤❤❤❤❤
@Sir_Aramaki2 жыл бұрын
IK you are giga chad and you are probably taller then 90% of us but 250 cm is not normal. 8:04. lol but seriously great video
@patrickbanzon71452 жыл бұрын
23/JUL/22 7:43pm i was here
@notdumb31823 жыл бұрын
HELLO BRO
@omriu50002 жыл бұрын
I tried to pull off a huge variable and see if I can get it done, which I did !! print("My height is " +str (height)) +print("Oh then I'm taller than you ")
@Dorelff2 жыл бұрын
@chzzh66342 жыл бұрын
print("Thank you Bro ")
@user-sh5zv4yf5s3 жыл бұрын
Thank you for your support
@mohammadbahaaalissa52132 ай бұрын
3
@ginunggagap2 жыл бұрын
Perfectly normal height.. 250.5 cm... I reckon im just too abnormally small at 170