Python for Beginners || Python Full Course || Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ต.ค. 2024

ความคิดเห็น • 7

  • @huawei6173
    @huawei6173 11 หลายเดือนก่อน +1

    Thanks Mamta for your support for batter understanding 🙏

  • @dr.artirajput1065
    @dr.artirajput1065 11 หลายเดือนก่อน +1

    Really very helpful

  • @1983Deeps
    @1983Deeps ปีที่แล้ว +1

    Example of Immutable :
    The values declared in Tuple are constant at their Index. User cannot update them, however, user can update index level data in List.
    list = ["Hello", "bye"]
    list[0] = "Seeya" # This is allowed
    list = ("Hello", "bye")
    list[0] = "Seeya" # This is NOT allowed

    • @LearnWithMRajput
      @LearnWithMRajput  5 หลายเดือนก่อน

      Correct, we cannot change values at index level in tuple..

  • @naveenkopuri5944
    @naveenkopuri5944 7 หลายเดือนก่อน

    Mam...how can i reach you

    • @LearnWithMRajput
      @LearnWithMRajput  5 หลายเดือนก่อน

      Hi you can send out email @ Sqltrainingsession@gmail.com