Python Boolean Data Types, Comparison Operations, and Logical Operations

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ม.ค. 2025

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

  • @adrianoyorkshire
    @adrianoyorkshire 2 หลายเดือนก่อน

    I'd never heard about it before, but by the end of the video, I was able to determine the results. Excellent teaching skills 👏 👌 👍

  • @TaniaJahanbazi
    @TaniaJahanbazi 11 หลายเดือนก่อน

    you are the best!!!!!! I wish my prof was like that..

  • @abeliever3459
    @abeliever3459 3 ปีที่แล้ว

    Excellent video. Very clear explanation.....Thank you.

  • @sackool4914
    @sackool4914 3 ปีที่แล้ว

    thank you Karim. God bless you. 🙏

  • @dnasredine
    @dnasredine 3 ปีที่แล้ว

    Choukran akhi I learned english and coding in the same time with your videos

    • @Afternerd
      @Afternerd  3 ปีที่แล้ว

      Afwan :) Glad you find the videos useful :)

  • @garfusmaximusify
    @garfusmaximusify 3 ปีที่แล้ว

    Excellent! Very good video I think. Good length as well, I tend to watch your videos many times…

  • @sprittube7237
    @sprittube7237 3 ปีที่แล้ว

    Thanks..
    Watching your videos for learning Python

  • @satwikshaw1031
    @satwikshaw1031 2 ปีที่แล้ว

    Very much thankful to you 🤗

  • @nikolar5847
    @nikolar5847 3 ปีที่แล้ว

    Great video bro, thank you. I learned a lot from your videos. Please keep filming those videos.

  • @ZinuBatul
    @ZinuBatul 2 ปีที่แล้ว

    good Job.
    thank you

  • @danielvelasco2032
    @danielvelasco2032 2 ปีที่แล้ว

    Wow compared to Kaggle this is so much more helpful. I feel like I am truly learning when 2 conditions return a true or false value. Thank you for these videos!!!!

  • @mateenbutt3180
    @mateenbutt3180 3 ปีที่แล้ว +1

    Why output are same? when I use .copy() method.............
    old_list = [[1, 2, 3], [4, 5, 6], [7, 8, 'a']]
    new_list = old_list.copy()
    old_list[2][2] = 10
    print('Old List:', old_list)
    print('New List:', new_list)
    Output:
    Old List: [[1, 2, 3], [4, 5, 6], [7, 8, 10]]
    New List: [[1, 2, 3], [4, 5, 6], [7, 8, 10]]

  • @prembravo
    @prembravo 3 ปีที่แล้ว

    Thanks bro !👍

    • @Afternerd
      @Afternerd  3 ปีที่แล้ว

      Welcome 👍

  • @ora1m891
    @ora1m891 3 ปีที่แล้ว

    Tnx man