If Else Conditional Statements in Python | Python Tutorial - Day #14

Поділитися
Вставка
  • Опубліковано 24 січ 2025

КОМЕНТАРІ • 1,3 тис.

  • @CodeWithHarry
    @CodeWithHarry  2 роки тому +1755

    Maza aa rha hai?

  • @CodeWithHarry
    @CodeWithHarry  Рік тому +88

    Code Backup Repository: github.com/CodeWithHarry/100-days-of-code-youtube

    • @anupmeshram8047
      @anupmeshram8047 Рік тому +1

      Hello Harry bhai ye if statements me condition ko parenthesis nhi diye to chalta hain kya? kyu ki maine dono trha run krke dekhe hai it ran the program.

    • @I-A-K
      @I-A-K Рік тому

      do you have discord??
      i would like to chat with you

    • @SurajSahani-li8uc
      @SurajSahani-li8uc 7 місяців тому

      Thank you 💕 Sir🙏😊

    • @PriismaticHat
      @PriismaticHat 6 місяців тому

      case1 = 210
      case2 = 200
      case3 = 190
      budget = int(input("enter your budget:"))
      if (case1

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

      how can i acess your description of topucs discussed

  • @trendingstudio9772
    @trendingstudio9772 2 роки тому +150

    Thanks sir for everything . You are my first teacher by which my coding journey started.When I start my journey , I m worked on mobile but now I builded my own pc . I know my English is not good 😁 but I wants to express my feeling . Channel "code with Harry " deserves 20M subscriber . Your teaching skill is very different form any other teacher. I don't know you read but if you read " Thanks Harry bhi❤️ "

    • @UjjwalOG
      @UjjwalOG Рік тому +1

      More than that...

    • @ilyprince
      @ilyprince Рік тому +4

      Learn english class before this

    • @xboy2374
      @xboy2374 Рік тому

      @@ilyprince shut up ..... even they tried to speak.

    • @CrimznCurtain
      @CrimznCurtain Рік тому

      ​@@ilyprince improve your own English first.

    • @facts_with_tull
      @facts_with_tull Рік тому +21

      @@ilyprince phale apni english to sahi kar lo bahi
      Learn english class before this❌
      learn english first✅

  • @lonebug7194
    @lonebug7194 2 роки тому +75

    Bro apka padhane ka speed sabse badhia he. Hum bahat se logo k liye programing new cheez he . To smasjhne me thoda time lagta he aur pura starting se samsjhna padta he. hats off to u bro for not getting swayed by users who constantly keep telling you to speed up or give tough things to do. Ap apne speed se chalo bro. Jise zyada hi advanced pasand he to aur koi channel dekh le ya fir udemy me course karle.

    • @rubinasarwat3117
      @rubinasarwat3117 2 роки тому +1

      right 😍😊

    • @ringmakerfreestylegamer5107
      @ringmakerfreestylegamer5107 2 роки тому +1

      🤕

    • @showketlone330
      @showketlone330 2 роки тому +2

      Bilkul sahi lone bro

    • @Ameyiscool
      @Ameyiscool 2 роки тому +7

      Bhai awesome hai harry bhai. Mujhe ye doubt hai ki
      Completed_course=int(input())
      Print("I did all 100 days of coding successfully")
      If Completed_course=100:
      Print("Will people even take me in interviews for an IT job? What will be my level?")
      elif Completed_course=>100:
      Print("100 Days+ Some Projects from Harry bhai will make me ready for a job?")
      else:
      Print("Im sure that i know nothing,i'll get nothing lol")

    • @jayw698
      @jayw698 2 роки тому +1

      @@Ameyiscool
      1) most important is DSA to crack interview
      2) projects
      3) cs core subject (DBMS,os,oops,cn,.......)
      Do this 3 things

  • @AnilKumar-xl1ju
    @AnilKumar-xl1ju 2 роки тому +81

    print("I am Present")

  • @ShantanuSingh-w7f
    @ShantanuSingh-w7f Рік тому +48

    The material that he is teaching is beyond expectations ....people after taking lacs through their courses are not nearby to him ... Salute to your efforts... keep inspiring and keep going

  • @explorervipin22
    @explorervipin22 Рік тому +5

    Harry bhai u are a great man yr sch me aap ki bat krni ka tarika bahut acha hai ek dm khul ke esa lagta hm kisi teacher se nii bade bhai se pd rahe hai jo hm ko hath pkd ke pdna sikhara hai

  • @simrankashyap6931
    @simrankashyap6931 2 роки тому +15

    I love the way you start explaining sir
    Hat's off to you 😀

  • @KoushikDas2005
    @KoushikDas2005 2 роки тому +9

    6:27
    It's not under else loop.
    It will be considered as "indentation error" if we want it to do under else.

  • @Chaudhary-shaab
    @Chaudhary-shaab Рік тому +7

    You can also create a calculator with elif statement :-
    num1= int(input('enter the value1:- '))
    num2= int(input('enter the value2:- '))
    OPR=input('Enter the OPR..')
    if OPR=='+':
    print(num1+num2)
    elif OPR=='-':
    print(num1-num2)
    elif OPR=='*':
    print(num1*num2)
    elif OPR== '/':
    print(num1/num2)
    else:
    print('Invalid OPR')

  • @anjaneyashukla42
    @anjaneyashukla42 2 роки тому +26

    Bhaiya plz provide practice questions 🙏🙏🙏 . It will very helpful for us .
    Love u Harry bhai
    For this amazing work 🥰🥰

    • @SassyShubhi
      @SassyShubhi Рік тому

      have you tried practice question related to topic from anywhere if yes let me knw as well

  • @akhtaralamkhan6837
    @akhtaralamkhan6837 2 роки тому +1

    Really appreciate how you make understand to us, bahut koi english me ulti kar k chale jaate h kuch smjh ni aata but you are really doing well sir🙋‍♂️

  • @AnEngineerHuman
    @AnEngineerHuman 2 роки тому +5

    # Day-014
    # Date-11/12/2022
    # Time-17:33 pm
    # ifelse conditional statements
    #Programm to print your age group
    age=int(input("Enter your age in whole number:"))
    if(age==0 or age==1):
    print("You are Infant")
    elif(age>=2 and age=5 and age=13 and age=20 and age=40 and age=60 and age

  • @man-ios34
    @man-ios34 8 місяців тому +1

    00:01 If-else conditional statements in Python are used for decision making in daily life and programming.
    02:14 Illustrating the use of if-else conditional statements in Python
    04:39 Understanding if-else conditional statements
    06:55 Learn about If-Else conditional statements in Python.
    08:45 Using If Else statements for conditional execution in Python
    10:45 Understanding If Else conditional statements in Python
    13:09 If the condition becomes true, it will jump to the corresponding block of code.
    15:14 File names should not clash with Python keywords or modules
    17:22 Conditional statements in Python and the importance of practice
    19:07 Understanding If Else conditional statements in Python
    Crafted by Merlin AI.

  • @MuhammadKamran-du7ty
    @MuhammadKamran-du7ty 10 місяців тому +3

    Simple Program Made by me. Please run and Rate it
    budget=int(input("Enter your Budget = "))
    Items= int(input("How many Items You want to Purchase = "))
    avp= int(input("Enter the Average Price of Items = "))
    t=avp*Items
    if(budget

    • @BinodSingh.887
      @BinodSingh.887 10 місяців тому

      nice project i also done this type of work bty nice code👍

  • @learn_ai_with_us
    @learn_ai_with_us 2 роки тому +1

    day 14 done....alag hi level ki khushi ha k waqai python samjh arhi ha...thanks for this 100 days of coding...

  • @syedahmadalishah7348
    @syedahmadalishah7348 Рік тому +8

    for i in range(1,12,3):
    print(i)
    in this code
    a= first argument
    b= second argument
    c= third argument
    if(a+c

  • @SandeepYadav-ms7op
    @SandeepYadav-ms7op 7 місяців тому +1

    Thank you sir your are the my first teacher of coding .I have started coding but I don't no anything your vidoes is very awesome with the help of your videos I will one day became a top coder in India .I hope you are understanding my Dream and desire

  • @infodiff
    @infodiff 8 місяців тому +4

    Just a big humble thank you Harry. Enjoying each and every lecture and practicing too...

    • @jhl.654rr
      @jhl.654rr 7 місяців тому

      Bhai shell par bash not found likha a rha ha kia masla ho skta?

  • @sarimasad5486
    @sarimasad5486 5 місяців тому +1

    Watching it after a year loved your teaching style sab zabardast samajh aaraha hia❤

  • @Kuch_Bhi-lets_explore_it
    @Kuch_Bhi-lets_explore_it 2 роки тому +23

    Day 14 Streak is on 🔥🔥🔥🔥 Josh is HIgh We love you harry Bhai ❤❤ Thank You so much for making such an amazing videos very interesting and easy to understand Salute to you and your hardwork and commitment 🫡❤

  • @studyandponder9778
    @studyandponder9778 Рік тому +2

    the way you explained nested-if was fantastic !!!!

  • @nikhil3893
    @nikhil3893 2 роки тому +17

    Hello Harry ... bhaiya
    I am currently study in class 11 and your video's are really helpful for me ...
    I feel defficulty in WHILE , loop.range and alll...
    Plase make a next video on that topic ...
    And pls. Tell us how to make a pyramid. Using *.
    Really addicted to you videos ❤️

    • @alimaaz_drdz
      @alimaaz_drdz 2 роки тому +1

      same I am also in class 11th

    • @hajimeippo804
      @hajimeippo804 2 роки тому +1

      Thats cool bro, I also started programming when I was at studying class 11
      Keep learning and it will take you a long way bro!

    • @alimaaz_drdz
      @alimaaz_drdz 2 роки тому +1

      @@hajimeippo804 Thanks bro

    • @ashishwildlifeandtravelpho7308
      @ashishwildlifeandtravelpho7308 2 роки тому

      You can refer my lecture on loops
      ua-cam.com/video/83iyGPXJTd4/v-deo.html
      Just give it a try

    • @gudduchahar1173
      @gudduchahar1173 Рік тому +1

      i am class 7

  • @ashwinikumardas9710
    @ashwinikumardas9710 11 місяців тому +4

    DAY #14 complete 👍🏼

  • @YourVolunteer
    @YourVolunteer 2 роки тому +6

    You are the inspiration for so many peoples sir

  • @krishnagoyal3598
    @krishnagoyal3598 Рік тому +2

    you are the best coding teacher in india love you bro

  • @abraar3518
    @abraar3518 Рік тому +5

    Thanks Harry Bhai! My Day #14 completed!
    I would recommend all my brothers and sisters to work over projects which includes Nested Conditional Statements..

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

    8:37 to fix this error
    To run a different file in Replit, you need to specify the file you want to execute in the
    file.
    Here's how you can do it:
    Open the
    file: In the file tree, click the "Show hidden files" button at the top right, then open the
    file.
    Modify the run command: In the
    file, locate the run command and modify it to specify the file you want to execute. For example, to run a file named
    , you would change the line to:
    run = "python my_script.py"
    Save the changes: Save the
    file.
    Run the Repl: Click the "Run" button to start your Repl. Now it should execute the
    file instead of the default file.
    Example:
    If you want to run
    instead of the current
    file, you would change the
    file to:
    run = "python main.py"
    Remember to replace
    with the actual name of the file you want to run.

  • @prakashbaria
    @prakashbaria 2 роки тому +8

    Appreciate your work 🙏

  • @keshav2819
    @keshav2819 Рік тому +2

    0:20 Wah wah kya shaayari h 😂

  • @1Ankara_Messi
    @1Ankara_Messi 11 місяців тому +3

    18:33 Thanks for motivation

  • @WaleedZubair
    @WaleedZubair 2 роки тому

    Harry bhai kia baat hai excellent teacher ho ap, love from Pakistan ❤️❤️❤️

  • @lyricsispositive4490
    @lyricsispositive4490 6 місяців тому +6

    print ("herry brother is the best in this world thanks for this amazing course")

  • @Hassan_Ali_Okz
    @Hassan_Ali_Okz 9 місяців тому

    13:24 The way he explain programming using real life example is superb...

  • @debasishbesra2901
    @debasishbesra2901 Рік тому +6

    Day 4 of #100DaysOfCode. Today, in this video 14, I discovered if-else, if-else-elif, and nested if-else-elif statements for conditional programming. I learned how to check and execute different code blocks based on the truthfulness of expressions, enabling me to create more complex and dynamic programs that can respond to various conditions.
    Thank You Harry Bhaiya.

  • @sumitbisht2440
    @sumitbisht2440 Рік тому +2

    It matters when you do regularly
    I feel that
    I got something day by day 😶‍🌫️♥️
    Thanks sir

  • @AnEngineerHuman
    @AnEngineerHuman 2 роки тому +12

    Day-14 Done..... :)
    thank you harry b bhai
    please add day 14 replit,day 13 ki replit hai discription me

  • @chilli-l6v
    @chilli-l6v 10 днів тому

    bhai aap ko pata hai mane ise 3 din tak kiya aur I found this most easy and beautiful

  • @shamujjalkataki3878
    @shamujjalkataki3878 2 роки тому +9

    if (code_with_harry >= Prime_minister):
    print("desh badalne wala hai")
    else:
    print("khatam")

    • @KoushikDas2005
      @KoushikDas2005 2 роки тому +5

      Else :
      print ("desh chodke chale jaana hai 😂")

    • @AryanAhmed-l3x
      @AryanAhmed-l3x Рік тому

      dont be a shit like him
      stay serious@@KoushikDas2005

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

      Always use else not Else 😅😅😅​@@KoushikDas2005

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

    t1 = int(input("Enter Time (in 24-hour format): ")) # Input in 24-hour format
    if 1

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

      t1 = int(input("Enter the time:"))
      print("the time is" ,t1)
      if(t112):
      print("good evening")
      elif(t1>17):
      print("good night")
      else:
      print("time is not valid")

  • @silentkillersk3275
    @silentkillersk3275 2 роки тому +4

    Hello Harry,
    I am your follower and I watch your videos everyday. Thanks for giving us a best knowledge of programming and we know you will make best videos in the future as well. I am eagerly waiting to see you at Sandeep Maheshwari show.

  • @ArunSingh-wg1qk
    @ArunSingh-wg1qk 5 місяців тому +1

    a=input("enter your age :")
    if a>=18 print("you are eligible for voting") else
    print("you are not eligible")

  • @onlineproductsamazon3747
    @onlineproductsamazon3747 2 роки тому +4

    Asslamualaikum Harry Sir ! Kindly Provide Practice Questions and Quizzes.. Thanks

  • @yadugosain
    @yadugosain 2 роки тому +2

    Loving the videos...
    Thank You Harry Bhai :)

  • @dipdey2660
    @dipdey2660 2 роки тому +5

    Love from Bangladesh ❤

  • @eaglecoderz
    @eaglecoderz 2 роки тому +2

    I have done all this before but i think that soon enough i will be learning new things.

  • @realitycheckers8898
    @realitycheckers8898 2 роки тому +21

    First
    Just love your videos
    Your dedication and your commitment is next level
    And also your presentation has become better than before 🤩

  • @mubashirshaikh636
    @mubashirshaikh636 2 роки тому

    Bhai ap ki python ki old playlist se mai python sekh raha tha jo ap ne 2020 mai create ki thi ab ap ne bohat acha kam kia hai ise dubara start kr k thanks but ap dubara se quiz ,excersice do na

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

    I made a little program :
    num = int(input("Enter your number: "))
    if(num0):
    print("Number is positive")
    if(num>0 and num10 and num

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

      @SamperGamingEditz abhi ziada nahi, abhi tou babut baki hy

  • @rohankumar-xg7vq
    @rohankumar-xg7vq 2 роки тому

    Harry bhai aap great ho itna expensive course bhi hame free me provide karte ho. Thank you

  • @NEERAJ-dw9bt
    @NEERAJ-dw9bt 11 місяців тому +3

    Present sir 🤚

  • @ShiyamSarker438
    @ShiyamSarker438 Рік тому +1

    age = int(input("Enter your age:"))
    "yes"
    license = input("Do u have license:")
    if (60 >= age >= 18) and (license == "yes") :
    print("you can drive")
    elif (license != "yes"):
    print ("you dont have license you cant drive")
    else:
    print("you cant drive cz you are old")

  • @yogeshindulkar320
    @yogeshindulkar320 2 роки тому +5

    In shell i am writing python 04nested.py it is showing no such file in directory

  • @3rdeyeindian
    @3rdeyeindian 8 місяців тому +1

    i just finished , i use two of examples provided in this tutorial and make a function where i can get a input and can make the computer to tell me whatever the number is 0 or bet 10 or bet 20 or above 20 , by the way i use bing ai and it write this code in just 5 sec and understandable

  • @srinidhigowda143
    @srinidhigowda143 Рік тому +4

    import time
    timestamp = time.strftime('%H:%M:%S')
    print(timestamp)
    t1 = int(time.strftime('%H'))
    print(t1)
    if (t1==range(5,12)):
    print('Good Morning Sir')
    elif(t1==range(12,17)):
    print("Good Afternoon Sir")
    elif(t1==range(17,20)):
    print("Good Evening Sir")
    else:
    print("Good Night Sir")

  • @EqOptTrade
    @EqOptTrade 9 місяців тому +1

    a=int(input("enter your age"))
    if a

    • @KhanKhan-bw8fx
      @KhanKhan-bw8fx 6 місяців тому

      a = int(input("Enter your birth of year :"))
      b = 2023 - a
      print("your age is :", b)
      if (b

  • @learn_ai_with_us
    @learn_ai_with_us 2 роки тому +4

    #harrybhai give some practice programs ...they will also help us in practicing and the flow of coding will be exciting...

  • @crazyhckr971
    @crazyhckr971 2 роки тому +2

    Thanks sir for giving best video 🥰🥰

  • @omyadav_143
    @omyadav_143 2 роки тому +6

    This course is very helpful!
    Thank you Harry Bhai!

  • @lyricsispositive4490
    @lyricsispositive4490 6 місяців тому +1

    thank you brother for this amazing course

  • @alirazajafri6092
    @alirazajafri6092 2 роки тому +3

    Attendance="Present day 13"
    print(Attendance.replace("13" , "14"))

  • @vashisththakar2695
    @vashisththakar2695 6 місяців тому

    maza aa gaya harry bro . 14 day continue

  • @amitranjeetjha1240
    @amitranjeetjha1240 2 роки тому +6

    This course is awesome 🔥🔥

  • @murlivlogs6309
    @murlivlogs6309 2 роки тому +2

    Great video sir

  • @HKM_0295
    @HKM_0295 2 роки тому +3

    Thank you for your efforts.

  • @neupanechannel6814
    @neupanechannel6814 Рік тому +1

    World best intro harry vai 😍😍😍

  • @shanimishra3738
    @shanimishra3738 2 роки тому +2

    Its as same as c++ but we use && for logical operation in c++ and "and" in python

    • @AnEngineerHuman
      @AnEngineerHuman 2 роки тому

      Han barabar hai,vaise mai dono kar raha hu c++ and python.

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

    Best course 💯

  • @Ameyiscool
    @Ameyiscool 2 роки тому +4

    Bhai awesome hai harry bhai. Mujhe ye doubt hai ki
    Completed_course=int(input())
    Print("I did all 100 days of coding successfully")
    If Completed_course==100:
    Print("Will people even take me in interviews for an IT job? What will be my level?")
    elif Completed_course=>100:
    Print("100 Days+ Some Projects from Harry bhai will make me ready for a job?")
    else:
    Print("Im sure that i know nothing,i'll get nothing lol")

    • @sritambehera4008
      @sritambehera4008 2 роки тому +1

      Syntax error 😅
      Condition written between ()
      '=' should be '==' for checking condition .

    • @talhaishtiaq5218
      @talhaishtiaq5218 2 роки тому

      Bro if need to be small or you did'nt gave any input

    • @BilalUser
      @BilalUser 2 роки тому

      Okay, I edited your code to an extent and fixed it, please try this:
      Completed_course=int(input("Type a number please"))
      print("I did all 100 days of coding successfully")
      if Completed_course == 100:
      print("Will people even take me in interviews for an IT job? What will be my level?")
      elif Completed_course < 100:
      print("Less than 100")
      elif Completed_course >=100:
      print("100 Days+ Some Projects from Harry bhai will make me ready for a job?")
      else:
      print("Im sure that i know nothing,i'll get nothing lol")
      First edit I made is that your "Prints" were capitalized, they are not suppose to be capitalized. In fact I can't name a function of Python that begins with a capital letter, remember it's "print", not "Print". Second problem was that you provided absolutely nothing in the input, you need to provide something in there, preferably a string, which I did for you. Thirdly, your "if" had some problem, I don't know why but it wasn't being interpreted as an if but rather just as meaningless text. Lastly I added another elif, because it makes sense to account for a number less than 100 as well. The code should work flawlessly now.

    • @Ameyiscool
      @Ameyiscool 2 роки тому

      @@BilalUser Dude my motive was to ask a question and not to write a code okay? idk if i can benifit from this playlist of harry bhai idk if i can become a coder in life...

  • @awaisarshad4643
    @awaisarshad4643 2 роки тому +2

    * this is amazing and interesting course of python*

  • @RanaQasimTaj
    @RanaQasimTaj 8 місяців тому +14

    100 videos in a single day present on 8th day.

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

    Sir, i want to know that in the if elif condition when both conditions were right why the output come only one statement
    I am talking about the statement at 11:04 timing
    please clear this doubt

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

      means we didn't use the "break " keyword so how it happens

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

      or the Python stops the execution of the other statements when any condition is found to be true!

  • @akentertainment8991
    @akentertainment8991 2 роки тому +7

    Task 2:
    Take a number from user and check whether it is even or odd :

    • @arpankarmakar16
      @arpankarmakar16 2 роки тому +6

      inp = int(input("Enter a integer: "))
      if inp%2==0:
      print("Number is even")
      else:
      print("Number is odd")

    • @preetrathore2513
      @preetrathore2513 2 роки тому

      Kindly define %2==0

    • @arpankarmakar16
      @arpankarmakar16 2 роки тому +4

      @@preetrathore2513 % is the modulus operator which divides a number and returns the remainder. Here inp is a integer which is divided by 2. When the remainder is 0 the code in the if block is executed otherwise the code in the else block is executed

    • @preetrathore2513
      @preetrathore2513 2 роки тому +2

      @@arpankarmakar16 Thankyou dear for explanation now concept cleared!

    • @arpankarmakar16
      @arpankarmakar16 2 роки тому +1

      @@preetrathore2513 🙂

  • @tanujamaurya8875
    @tanujamaurya8875 2 роки тому +2

    got my exams in between the course took a break of 1 week and got back on track again!!!!!!!!!!

  • @RemaliDasOdiaVlogs
    @RemaliDasOdiaVlogs 2 роки тому +3

    we're not covered conditional operators yet right? hope you'll cover this in future lessons. we've only covered arithmetic

    • @ammadhk90
      @ammadhk90 2 роки тому

      Bhaii me Pakistan sy ho Apki Sb videos Boht Achi hen ❤️🥰

    • @abraar3518
      @abraar3518 Рік тому

      He has covered about conditional operators (> , < , => , =< , != , ==)

  • @Spidey-h5k
    @Spidey-h5k 5 місяців тому

    thank you a lot sir you are helping many students

  • @Brago_13
    @Brago_13 5 місяців тому +5

    2024 aug mei kaun kaun dekh rha 👀

  • @huzaifaamjad9802
    @huzaifaamjad9802 Рік тому +1

    Love you harry bro ❣️
    Alots of love from Pakistan ♥️

  • @sritambehera4008
    @sritambehera4008 2 роки тому +3

    Harry Bhai try to give task (HW) in every Video. Practice is very important in programming

  • @Adityaa_001
    @Adityaa_001 День тому

    3:21 relational operators instead of conditional operators

  • @amitkhare610
    @amitkhare610 Рік тому +10

    a = int(input("Enter your birth of year :"))
    b = 2023 - a
    print("your age is :", b)
    if (b

    • @Shortsfortheday21
      @Shortsfortheday21 8 місяців тому +1

      good one bro hahah not bad, good practice for the lecture also. picking up pretty great

  • @VlogoholicAkash
    @VlogoholicAkash Рік тому

    Sir ur voice is awesome ❤ and the way you teach is on super level ❤
    Love from Haryana Harry Bhai 💕

  • @angshumankashyap307
    @angshumankashyap307 Рік тому +35

    I DON'T KNOW WHY MY REPLIT IS NOT START IT ALWAYS SHOW LOADING THEME,4 DAYS GONE I CAN'T ACCESS MY REPLIT😟😮‍💨

  • @devkarankvaghasiya194
    @devkarankvaghasiya194 Рік тому +1

    Day-14 complete ✅✅

  • @haseebsaryal
    @haseebsaryal Рік тому

    love you harry bhai i am from Pakistan and i am learning from you from day 1 "you are the best teacher".

  • @anonymous____________________4
    @anonymous____________________4 2 роки тому

    Pranam bhrata 🙏 apka bahut bahut dhanyawad ❤️❤️🙏😇

  • @aio8778
    @aio8778 Рік тому

    Hay Harry devta.
    You are are amazing bro.❤🤟

  • @khushiMotivationWorld
    @khushiMotivationWorld 2 роки тому +2

    Great sir 🙏❤️

  • @fit-spirit1423
    @fit-spirit1423 2 роки тому

    I'm in 5th grade, from indore
    i am learning python from your videos
    i love your teaching , thankyou bhiya

  • @utkarshmahamure7145
    @utkarshmahamure7145 Рік тому +1

    Really excellent work sir, really appreciated training by you, keep it up

  • @divyanshutiwari5450
    @divyanshutiwari5450 6 місяців тому +1

    Thank you Harry Bhai

  • @zaibalikhan7135
    @zaibalikhan7135 Рік тому

    nice explanation harry bhai loving your videos

  • @YujiItadori450
    @YujiItadori450 Рік тому

    MAZA AA RAHA H SIR 😁

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

    a=int(input("whats your age "))
    print(a)
    if (a>=18):
    print("you can drive")
    else:
    print("you can not drive")

  • @Ag-HammadBajwa
    @Ag-HammadBajwa Рік тому

    Great ❤

  • @Utkarsh-codes
    @Utkarsh-codes 2 роки тому +1

    Day 14 Present Sir 🙋‍♂

  • @shakelqureshi8076
    @shakelqureshi8076 9 місяців тому

    a = 5
    b = 10
    print(a > b) # False
    print(a < b) # True
    print(a == b) # False
    print(a != b) # True

  • @apl6
    @apl6 2 роки тому +1

    Amazing 😍

  • @anuj8855
    @anuj8855 2 роки тому

    Lesson completed,Harry bhai

  • @mishra.7726
    @mishra.7726 Рік тому

    Super harry bhai