Learn Python VARIABLES in 10 minutes! ❎

Поділитися
Вставка
  • Опубліковано 23 гру 2024

КОМЕНТАРІ •

  • @BroCodez
    @BroCodez  4 місяці тому +24

    Comment a *string, integer, float, and a boolean*
    _I will know if you didn't do your homework_ 🧐
    user_name = "Bro Code"
    year = 2024
    pi = 3.14
    is_admin = True

    • @commenter_guy
      @commenter_guy 4 місяці тому +2

      *string*
      *integer*
      *float*
      *boolean*

    • @xexpostudio123
      @xexpostudio123 4 місяці тому +2

      HI BRO

    • @mdfaizalrazza3375
      @mdfaizalrazza3375 4 місяці тому +2

      string
      integer
      float
      boolean
      my example of the above data types:-
      string:- "hello world", " i like this video ", "lets code"
      integer:- 2,123,32452,231,346,68696
      float:- 23.45, 23.89, 67.67, 45.98
      boolean:- True , false

    • @rajamk6855
      @rajamk6855 3 місяці тому

      string
      integer
      float
      Boolean

    • @賢司-p6n
      @賢司-p6n 2 місяці тому

      String: print("HELLO BRO! MY FAVORITE FOOD IS ADOBO")
      Integers: age = 18
      print(f" My age is {age} years old")
      Float: height = 162.56
      print(f" The height of Hans is : {height} cm")
      Boolean: is_Gojo Satoru = True
      print(f" Are you Gojo Satou?: {is_Gojo Satoru}")
      else: is_Gojo Satoru = False
      print("You are not Gojo Satoru")
      I TRIED MY BEST:))) AND I AM LEARNING A LOT TO YOU CODE BRO❤

  • @melkamuataro7858
    @melkamuataro7858 3 місяці тому +11

    I am civil Engineer from Ethiopia and 45years old. I like your teaching methods as a beginner!!!! Keep it up!!!!

  • @saladexe5398
    @saladexe5398 4 місяці тому +31

    Wish bro got more views

  • @Don-lj1mk
    @Don-lj1mk 4 місяці тому +14

    "Tiger" (String)
    4 (Integer)
    9.4 (Float)
    a_male = True (Boolean)

  • @arpanshah355
    @arpanshah355 3 місяці тому +8

    day = 'Good' #String
    age = 69 #Intiger
    gpa = 4.0 #Float
    bro_code_is_cool = True #Boolean

  • @sriharsha7221
    @sriharsha7221 4 місяці тому +5

    Guys chill he will definitely get views ...there's no way such good content goes unnoticed 😅😅

  • @BrodyCaker
    @BrodyCaker 2 місяці тому +4

    product_name = Doritos
    num_of_sauces = 50
    weight = 225.7
    is_invisible = False

  • @mahmudulmr19
    @mahmudulmr19 3 місяці тому +1

    Excellent video on Python! If you're planning to cover other languages in the future, I'd be really interested in seeing a comparison between Python and Golang, especially regarding performance and concurrency. Thanks for the great content!

  • @Itz_Magic
    @Itz_Magic 2 місяці тому +1

    I am learning my third language from Bro Code, you helped me alot

  • @MrAnaskarim
    @MrAnaskarim 3 місяці тому

    Very well explained, wonder why there isn’t many likes🤔. Just keep up the good work and definitely the likes will come along.

  • @xoxo.lxly.26
    @xoxo.lxly.26 Місяць тому +1

    thnks that helped me a lot!!!!

  • @SANS-101-REBORN
    @SANS-101-REBORN 2 місяці тому

    I’ve started learning with my dad and you’ve helped so much! 😊

  • @Cupcake._..
    @Cupcake._.. 4 місяці тому +4

    can u plz do a DSA course in c++, u already got one on but thats in java btw love ur videos

  • @FreshwaterCamacho
    @FreshwaterCamacho 6 днів тому

    so many combos so many questions

  • @Zahir942
    @Zahir942 3 місяці тому

    Thanks for explanation

  • @DiegoSantosLima-sm4ru
    @DiegoSantosLima-sm4ru Місяць тому

    Diego = "Santos Lima" -> String
    age = 38 -> Integer
    peso = 80.9 -> Float
    homem = ->True

  • @Thcili
    @Thcili 4 місяці тому

    u r one of my heroes

  • @DarthGaming13
    @DarthGaming13 Місяць тому +1

    String = "Hello :D"
    Integer = 14
    Float = 729.5
    liked_the_video = true (boolean)

  • @Looney-b3d
    @Looney-b3d 3 місяці тому +2

    how do you make it green words

  • @RaghavBhardwajjee2024
    @RaghavBhardwajjee2024 2 місяці тому +2

    name=“Raghav”
    age=18
    weight=53.20kg
    is_student=True

  • @WillGift-w5y
    @WillGift-w5y 4 місяці тому +1

    location="Nairobi"
    num_of_houses=5
    lenth=4.5cm
    is_married=true

    • @Tubers93-m3d
      @Tubers93-m3d 3 місяці тому

      Bruh ur just a kid trolling the length wasnt just ok delete ur comment

  • @mugiwara_shank
    @mugiwara_shank 4 місяці тому +3

    name= "Subodh Chaudhary"
    age= 16
    value _of_pi = 3.14
    is_student= True

    • @commenter_guy
      @commenter_guy 4 місяці тому +1

      @@mugiwara_shank you put a whitespace

  • @Joeytrens
    @Joeytrens 11 днів тому

    Dog_name = love
    Class_ of = 2022
    Weight = 157.8
    Going_gym = true
    Print(f”What is your dogs name? {dog_name}”)

  • @Aaron-mg4cm
    @Aaron-mg4cm 3 місяці тому

    First_name = "Aaron" (String)
    Age = 17(Integer)
    Height = 5.3(Float)
    Is_student = True(Boolean)
    print(f"My name is {Frst_name}")
    print(f"I'm {Age} years old")
    print(f"My height is {Height}feet
    if Is_student:
    print("I'm a student of BroCode")
    else:
    print("I'm not a student of BroCode")
    Well my today homework is done ✅

  • @anamshah1353
    @anamshah1353 2 місяці тому

    weather= "Autumn"
    width= 5
    area=22.5
    is_rained=True

  • @mdfaizalrazza3375
    @mdfaizalrazza3375 7 днів тому

    "red" (string)
    21 (integer)
    23.23 (float)
    is_boy = True (Boolean)

  • @Minimus1.
    @Minimus1. Місяць тому

    My_name = "Minimus" #String
    My_age =18 #Integer
    My_height=5.9 #Float
    am_i_introvert = True #Boolean

  • @syedsithik2159
    @syedsithik2159 4 місяці тому +2

    Name = "Bro code Student"
    Age = 24
    GPA = 3.7
    is_student = True

  • @seemasharma4195
    @seemasharma4195 4 місяці тому +1

    last_name="Kumar"
    number=7
    Months old=0.7
    a_kid=True
    Bro code will you make more python tutorials?

  • @daanyalhussain5188
    @daanyalhussain5188 23 дні тому

    #string
    country = "United Kingdom"
    #integer
    doors = 4
    #Float
    sea_level = 86.8
    #boolean
    is_clean = False

  • @user-69four20
    @user-69four20 Місяць тому

    Burger = "Food" (String)
    Num_of_patties = 54 (Integer)
    Remaining_balance = 63.7 (Float)
    Leaning_code = True (Boolean)

  • @greencubeguy
    @greencubeguy 2 місяці тому

    string = "strings"
    Integer = 4
    float = 24.7
    Boolean = true

  • @ananyahc8589
    @ananyahc8589 3 місяці тому

    name = "Ananya"
    Age =20
    Todays tutorial rating = 9.99
    is_video_useful=True

  • @skipanimations9837
    @skipanimations9837 2 місяці тому

    Thankyou Bro

  • @fazeelimam4553
    @fazeelimam4553 4 місяці тому

    Hey 👋.
    Bro Code. Why aren't you post games in gaming channel 😂. Yesterday, First time I saw your face , literally you are so handsome. How can you manage both gaming and coding channels .
    Love you Bro ❤

  • @kingost1274
    @kingost1274 3 місяці тому +1

    Hey bro. Isn't it better to use this:
    name = "BroCode"
    print("Hello ", name)
    than this:
    name = "BroCode"
    print(f"Hello {name}")
    please lmk whcih is better

  • @rishitasinha4106
    @rishitasinha4106 16 днів тому

    #string "Burger"
    #Integer 18
    #float 9.7
    #Boolean True

  • @praiseadeyemi-p7t
    @praiseadeyemi-p7t 16 днів тому

    string=goat
    integer=100
    float=4.7
    boolean=sleeping

  • @AC0_0
    @AC0_0 4 місяці тому

    some backend with express js too, bro???? 🥰🥰

  • @Draylith2
    @Draylith2 4 місяці тому

    Wassup bro. Imma be a game dev cuz o' you.

  • @Ezrabekele
    @Ezrabekele 28 днів тому

    Type_of_phone = "Iphone"
    model = 15
    goal_buying_year = 3.5
    goal_met = True
    if goal_met:
    print("Congratulation you met your goal")
    else:
    print("keep going you have not met your goal yet")

  • @JaskaranOhsan-fg2ih
    @JaskaranOhsan-fg2ih 3 місяці тому

    name= "Zlatan"
    num= 8
    dec= 3.98
    e_ghf= False

  • @anastasiakatsiph1324
    @anastasiakatsiph1324 Місяць тому

    perfect

  • @maheshreddy6603
    @maheshreddy6603 2 місяці тому

    String :name = "Mahesh"
    Integer : age = 23
    Float : gpa = 3.6
    Boolean : is_student = True

  • @Whizzkid_400
    @Whizzkid_400 10 днів тому

    #string
    favourite_teacher = "Bro Code !"
    #integers
    Favourite_number = 69 #😅
    #float
    Exam_perxemtage = 99.4 #🕶️
    #boolean
    Bro_code_is_my_favoirite_teacher = true
    Bro_code_scams = false

  • @tanvir3947
    @tanvir3947 3 місяці тому

    Can you make a course on Linux

  • @wast943
    @wast943 Місяць тому

    #Strings
    first_name="rbs"
    #Integers
    year = 2024
    #Float
    price = 9.99
    #Booleans
    bro_code_is_a_good_teacher=True

  • @KingBardan
    @KingBardan Місяць тому

    Name = "Sigma" (This is a string)
    Number = 1 (This is an integer)
    Coding_pays_well = True (This is a boolean)
    Bro_code_subscribers = 3.0 (This is a float)

  • @Havkthemind
    @Havkthemind 3 місяці тому

    name = "Bro code" (String)
    age = 24 (Integer)
    pi = 3.4 (Float)
    is_student = True (Boolean)

  • @vimalraj0114
    @vimalraj0114 2 місяці тому

    name = "ezra"
    age = 23
    weight = 83.6
    is_employee = False

  • @muferrehfatima3933
    @muferrehfatima3933 4 місяці тому

    bro can u please make pytorch course

  • @Ah_naf
    @Ah_naf 2 місяці тому

    "String"
    7
    6.7
    is_boolean=True

  • @AeroThrustShopify
    @AeroThrustShopify 2 місяці тому

    Name = sigma
    age = 12
    Exact_age = 12.7
    Sigma = True
    print(Name)
    print(age)
    print(Exact_age)
    print(Sigma)

  • @vex_marvel
    @vex_marvel Місяць тому

    name = Venal
    age = 14
    height = 5.4
    is_student =True

  • @rexplayz5359
    @rexplayz5359 Місяць тому

    name_is = "deepak"
    Class_is = 12
    Average_is = 69.9
    am_i_new = True

  • @FreshwaterCamacho
    @FreshwaterCamacho 6 днів тому

    am i suppose to just take notes or remember all this

  • @LeobenKarl
    @LeobenKarl 3 місяці тому

    name= "Leo"
    age= 17
    price= 4.99
    is_human= True

  • @Maahi_9694
    @Maahi_9694 3 місяці тому

    Movie_name = "cars"
    Year = 2006
    Length = 1.57
    Is_it_worth = True
    Print (Movie_name)
    Print (year)
    Print(Length)
    Print(is_it_worth)

  • @mohamed_saber.
    @mohamed_saber. 4 місяці тому

    name = "Mohamed"
    age = 16
    height = 1.75
    online = True
    ❤❤❤❤

  • @bonnymich
    @bonnymich 2 місяці тому

    um why is it print (f "hello") and not just print ("hello") ?

    • @Annapro-x7x
      @Annapro-x7x 2 місяці тому

      He prints (f"text") because f stands for format.

  • @Camvyn
    @Camvyn 3 місяці тому

    fav_genre = "Fantasy"
    rft_war_books = 30
    ratio = 5.1
    subscribed = True

  • @technicalmystery9004
    @technicalmystery9004 2 місяці тому

    user_name = "tech"
    age = 17
    pi = 3.14
    is_admin = True

  • @williamguru
    @williamguru 4 місяці тому

  • @genzoyt127
    @genzoyt127 2 місяці тому

    user_name = "Bro Code"
    Age = 32
    weight = 35.5
    is_Thug = True

  • @extendedsomeone
    @extendedsomeone Місяць тому

    class = "12"
    age = 15
    percentage = 81.25
    intermediate_student = True

  • @Adli1450
    @Adli1450 3 місяці тому

    Animal= 'Lion'
    Stage= 2
    Price= 9.99
    is_teenager=True

  • @kaNOOChannel
    @kaNOOChannel 2 місяці тому

    first_name = "Cem" (Str)
    age = 35 (Int)
    gpa = 3.2 (Float)
    is_online = True (Boolean) Have 2 option True or False

  • @Abhijith.K_
    @Abhijith.K_ 3 місяці тому

    # HOMEWORK:
    My_NAME = "BRO'S BRO"
    My_AGE = 18
    MY_GPA = 4.96
    is_student = True
    if is_student:
    print("MY NAME IS:",My_NAME)
    print(f"I AM {My_AGE} years old")
    print("MY GPA IS:",MY_GPA)
    else:
    print("NOT A STUDENT")

  • @OnyikeHenry
    @OnyikeHenry 2 місяці тому

    Float = 3.99
    Boolean = False
    Integer = 10
    String = " lion "

  • @legobrickmaster4571
    @legobrickmaster4571 2 дні тому

    car = "BMW"
    price = 2999.99
    is_alive = True
    age = 99

  • @rayanlabyb-x2e
    @rayanlabyb-x2e 17 днів тому

    name = bro
    age = -2
    salary = 0.0001 cent
    is_human = False

  • @kingost1274
    @kingost1274 3 місяці тому +1

    Me when bro codes:

  • @derpasaurus155
    @derpasaurus155 4 місяці тому

    name = "Bro Code"
    year = 69
    Looks = 9.69
    is_hot = True

  • @Computer-v5e
    @Computer-v5e 2 місяці тому

    What the hell is a kilometer 🇺🇸🦅

  • @arthalucida
    @arthalucida 2 місяці тому

    Let's make discord server🎉

  • @potatozzplaysroblox3412
    @potatozzplaysroblox3412 2 місяці тому

    user_name = "Skibidi"
    age = 200
    value of pi = 3.14
    is_gay = False

  • @rumahmayatmortuary8110
    @rumahmayatmortuary8110 2 місяці тому

    # String
    skibidi = "Ohio Rizz"
    # Integer
    Gyat_lvl = 10
    # Float
    Height = 6.10
    # boolean
    lives_in_Ohio = True

  • @NickTorius
    @NickTorius 2 місяці тому

    user_name = "6FT"
    year = 2024
    double = 2.0
    is_online = True

  • @officialyoutubeproject
    @officialyoutubeproject 3 місяці тому

    user_name = "student" #String
    year = 2024 #Integer
    pi = 3.14 #Float
    is_admin = True #Boolean

  • @bilaldiler7940
    @bilaldiler7940 3 місяці тому

    user_name = does not matter
    number = 31
    my_dudu = 19.68
    is_it_real = yes

  • @vs6x3
    @vs6x3 12 днів тому

    user_name = "Sado"
    year = 2024
    integer = 0.1
    is_admin = False

  • @americanboychronicles
    @americanboychronicles 3 місяці тому

    glory_hole = "Russia"
    year = 2014
    end = 20.24
    urk_win = True

  • @TH4TGUUY
    @TH4TGUUY 3 місяці тому

    user_name = "HANDFOOL"
    age = 2004
    gpa = 2.5
    a_male = True

  • @Sunnyyy411
    @Sunnyyy411 3 місяці тому

    Name = "Sunnyyy411"
    IQ = 999
    price = 4.44
    Main_Charachter = True

  • @dubxi_editz
    @dubxi_editz 2 місяці тому

    user_name = "tech-topia"
    day_of_comment = 12
    num_e = 2.718
    is_student = True

  • @khaledasiri678
    @khaledasiri678 3 місяці тому

    user name: khalid
    year: 2024
    pi: 3.14
    yes he is admin

  • @CurryTales1
    @CurryTales1 2 місяці тому

    Eshan
    420.69
    23
    a_boy= True