print("Hello World") # Hello world project """This is a comment""" """ These are string variables """ f_name = "zoraiz" l_name = "rajput" print(f_name) print(f"My first name is {f_name}") print(f_name,l_name) """ These are integer variables """ age = 11 height_inches = 63 num_students = 27 print(f"My age is {age} and my height is {height_inches},") num_students = 27 print(f"There are {num_students} students in my class,") """ These are float variables """ weight_lbs = 95.5 waist_cms = 20.9 cgpa = 4.0 print(f"My weight is {weight_lbs}lbs and my waist is {waist_cms}cm and my CGPA is {cgpa}.") """ These are boolean variables """ is_student = True print(f"Am I a student?:{is_student}") if is_student: print("You ARE a student.") else: print("You Are NOT a student.")
@baxtiyorshamshiddinov22618 сағат бұрын
Thank you
@ajayram80619 сағат бұрын
love you broooooooooo.
@valentinpetrov975919 сағат бұрын
This video is pure gold for anyone trying to learn C++! The only and only critique I have is that I wish we had more projects and individual assignment to do but that is our own responsibility, you didn't even have to teach us! I guess you could say I am officially a Bro Coder now!
@pooya42019 сағат бұрын
39:13c for me , only by using (f "{}" ) the function of for example friends works to be 1 or etc works!
@rasheds_miya20 сағат бұрын
this is a great video
@MahdiMaqsudi-r5d20 сағат бұрын
what the fuck is this language
@talivoszn20 сағат бұрын
Pew pew pow
@Meenimie21 сағат бұрын
Support comment.😂 Thanks for the video byw
@Punnope21 сағат бұрын
Random comment
@WaynePowersYT21 сағат бұрын
You’re literally helping me pass my data structures and algorithms class.
@Yamazakura0021 сағат бұрын
Question.. If we have 2 if functions and each have either an elif and else. E g def function(n) X = 7 If n > 0: X+= 1 elif n < 0: X-=1 Return x If n > 0: X += 1 Else: X = 9 Return x What is the priority output? As in if both if conditions are met then which would x become, would it go to elif or else? Is there an order of precedence or something?
@SandeepKumar-c4r9k22 сағат бұрын
can you do make for pandas and numpy pleaseeeee 🥺
@deborahbee712222 сағат бұрын
TYSM, you are single-handedly saving my gpa
@BhavinBashyal-oj9ij23 сағат бұрын
just a random comment
@BhavinBashyal-oj9ij23 сағат бұрын
just a random comment
@BhavinBashyal-oj9ij23 сағат бұрын
just a random comment
@BhavinBashyal-oj9ij23 сағат бұрын
just a random comment
@enhampus745823 сағат бұрын
The legend is back!
@Aufrichtig-und-wichtigКүн бұрын
legend.
@shade7952Күн бұрын
Is this course still accurate in late 2024?
@nazz2355Күн бұрын
Guys where can i get notes of this vedio??
@haider.memoriesКүн бұрын
Awsome and Perfect
@xox9997Күн бұрын
nice vid
@jacobdavis2Күн бұрын
Nice video
@christopherwatkins1848Күн бұрын
"we will set paragraph Id to "myP" (not even .000001 seconds later) "meaning my paragraph." Bro didn't even give us half a second to process the ID in a negative way.
@AliOmar-lpКүн бұрын
Could you make a lua course
@LethalAscendКүн бұрын
lotad
@ahmeden8793Күн бұрын
I tried to do this alone without any tutorials and failed does that mean that I am not cut out for coding btw I am 15
@sujinstudyКүн бұрын
Let's Learn this s****: D1-1:07:34
@Luka18911Күн бұрын
thanks 'bro'
@breg.23Күн бұрын
My midterm is today and I’m here chat am I cooked
@alexanderandersson7906Күн бұрын
<3
@VAASARКүн бұрын
thanks
@roomline6622Күн бұрын
Bro
@Sting_99Күн бұрын
Big Thanks to you From Morocco
@younessid437Күн бұрын
Finally, I found the python itself explaining himself 😂 Thank You soooo much <3
@mohamedibrahimhassan291Күн бұрын
System.out.println("I just clicked the like button! ");
@KaosDragonLOCКүн бұрын
I'd just okay call the manager and watch my manager have to deal with her craziness
@biscadeКүн бұрын
w
@dyrmin9036Күн бұрын
5:48:15
@MeganOttley-b7fКүн бұрын
#String First_name = Joe #Integer Age = 25 #Float Price = 10.99 #Boolean is_student = True if is_student: print(“You are a student”) else: print(“You are NOT a student”)
@shinkansen1907Күн бұрын
YOU ARE A LEGEND
@yoursoulisforeverКүн бұрын
Thank you! Liked and subscribed.
@UI_KhalilКүн бұрын
is it ok if I did it with the msys2 insted of mingw ???
@KazaarLothaКүн бұрын
dude youre awesome, i really thought this was WAY more complicated :D