Membership Operators in Python

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

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

  • @HarisJafri-xcode
    @HarisJafri-xcode Год назад +18

    1. Membership Operator searches and outputs True or False on the key value only.
    2. False
    6:38

  • @HarisJafri-xcode
    @HarisJafri-xcode Год назад +10

    I would like to request Neso Academy to kindly increase the frequency of upload. Even if this means paying to study on your website directly, many like me are ready. But we request to complete the entire course as defined in start of this course. Current upload speed shall take 7 8 years to complete this program.

    • @Mahaperiyava599
      @Mahaperiyava599 11 месяцев назад

      which channel didn you refer for other topics ?
      still they are uploading basic python only here

  • @mradulsonare2458
    @mradulsonare2458 8 месяцев назад +2

    Key is tested

  • @navyaswarup9573
    @navyaswarup9573 Год назад +5

    1. By seeing key only
    2. False

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

      @navyaswarup9573
      Why, it is False?
      Jaspreet is present in dict
      Plz explain sis

    • @tafaranyamhunga
      @tafaranyamhunga 10 месяцев назад

      It only returns a boolean on the keys only, 'Jaspreet' and 'Delhi' are values not keys.@@midhunrs6917

    • @big-jo89
      @big-jo89 9 месяцев назад +2

      @@midhunrs6917 the membership operator "in" will look for the "keys" in a given dictionary and because the given dict is consist of two keys 1 and 2 respectively then searching for the word 'Jespreet' using the operator "in" will return False.

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

      @@big-jo89 thank dude

  • @AwokeChukwuemeka-x1x
    @AwokeChukwuemeka-x1x 8 дней назад

    1. Key
    2. False

  • @Lakshmi-g9m
    @Lakshmi-g9m 2 месяца назад +1

    Good

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

    Super bro

  • @St4rNoelleYT
    @St4rNoelleYT 11 месяцев назад

    True

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

    First