Variables as Labels in Python

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024

Комментарии • 21

  • @hamzabenhaddou6240
    @hamzabenhaddou6240 10 месяцев назад +6

    "So without any further delay let's get started" bets sentence ever

  • @jishankhan6686
    @jishankhan6686 Год назад +3

    How you can explain so nicely ❤❤❤❤❤

  • @this_is_me542
    @this_is_me542 Год назад +3

    What if have same number given to different variables?
    Like a=10
    b=10
    Would they share same location or a different one?

    • @sushantprasai8652
      @sushantprasai8652 Год назад

      no they will still have the different memory location . They are just two variable with value10 assigned @@vishwar5739

    • @jasieq9191
      @jasieq9191 7 месяцев назад +1

      Same. You can check it by running id(a) == id(b) ('id' checks object's memory address).

  • @ramadhaar7898
    @ramadhaar7898 8 месяцев назад

    Thankyou sir your videos are very helpful love you from Lucknow

  • @user-pu7fk8ys5f
    @user-pu7fk8ys5f Год назад +3

    7:47 do we make use of semi colon at the end of a variable in python??

    • @asmartbajan
      @asmartbajan 5 месяцев назад

      No. In Python that would be incorrect syntax.

  • @jagsank1k2
    @jagsank1k2 3 месяца назад

    where is the label stored in python ? Even to point to an object , the variable has to be stored some where ., for eg a = 10 , b= 10 , how will the print function fetch B if it is not stored somewhere ?

  • @sirnewton77
    @sirnewton77 Год назад +1

    Soon 2million subs 👏👏👏

  • @prachiyadav3993
    @prachiyadav3993 Год назад +1

    When will this series get complete

  • @halfengineer8476
    @halfengineer8476 Год назад +2

    very very useful info

  • @tayyab.sheikh
    @tayyab.sheikh 2 месяца назад +1

    "Every data item in python is an object "

  • @user-ir8hj1ft6f
    @user-ir8hj1ft6f 9 месяцев назад

    You mentioned earlier in Video 2 that a variable in Python is a dynamic object, and now you say that a variable is a name (label) that refers to an object?

    • @au29
      @au29 9 месяцев назад

      He is refering to variable in c language I guess over here..since there's different rules for variables in python and c language

    • @jingersatuh6322
      @jingersatuh6322 9 месяцев назад

      From what I understand, each object (or valuess..can be numbers, string etc) is stored at different memory location. The labels picks up the data (any type) from any memory location (object) we choose.

  • @iqramoyeed7268
    @iqramoyeed7268 Год назад

    Excuse me l have a request from U can you explain this sum (12A7.13)16=(?)2 please

  • @jingersatuh6322
    @jingersatuh6322 9 месяцев назад

    I am an IT educator, and I am nowhere close to your ability to explain so well. Any educators/students can use this as a must-have reference to teach/learn Python.

  • @atifvlogs2890
    @atifvlogs2890 Год назад

    Thanks for this video nice

  • @hunganginh4345
    @hunganginh4345 Год назад

    Can you add subtitles for youtube videos in part C Progaming? from video 53 in C progaming.

  • @ANUJKUMAR-mp1tv
    @ANUJKUMAR-mp1tv Год назад

    (v) The value of [x6,6xé,exa] is equal
    to:
    (a) label
    (b) läbcl
    (c) label
    (d) None of these