Coding Exercise for Beginners in Python | Exercise 6| Python for Beginners

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

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

  • @mr_affan15
    @mr_affan15 Год назад +11

    Mam I'm totally depends on you u r best and complete teacher for programming plzz upload fast python exercises 🙂✌🏻

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

    I come from a C and C++ background mam, and I am currently learning Python from your series. You are the best teacher I've had, especially after my C teacher, who sadly passed away.

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

    i was watching dbms lectures from 4 years ago so just thought if you are looking soo cute 4 years ago what is like now soo just came around this video and look at you marvelous.btw love your videos

  • @-A44sh3
    @-A44sh3 Год назад

    Wow!!! Coding is easy😢😱😮😊. Great madam.

  • @bittu6724
    @bittu6724 3 дня назад

    num = input("type any number ")
    num = int(num)
    print(num)
    if(num/2 == 0):
    print("it is an even number")
    else :
    print("it is an odd number")

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

    num=int(input("Enter any number: "))
    if num%2==0:
    print(f"{num} is an even number")
    else:
    print(f"{num} is an odd number")

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

    Thankyou your teaching amizing❤

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

    Super mam💖💖

  • @Anagha-gx3rj
    @Anagha-gx3rj Год назад

    n=int(input("Enter a number: "))
    print(f"U have entered the number {n}.")
    if n%2==0:
    print("It is an EVEN number")
    else:
    print("It is an ODD number")

  • @venkatlakshmi-3498
    @venkatlakshmi-3498 Год назад +1

    x=int(input('enter any number'))
    If(x%2):
    Print('the number is odd')
    else:
    Print('the number is even')

    • @SubhashSB-gsoc
      @SubhashSB-gsoc 8 месяцев назад

      it wiil get always even bro give the correct condition

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

    Best teacher

  • @hajarbenzakour6583
    @hajarbenzakour6583 Месяц назад

    """Exercise 6: if statement"""
    number=int(input("enter your number:"))
    if (number % 2 ==0 ):
    print("your number is even")
    else:
    print("your number is odd")

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

    thanks Mam good teaching method

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

    user_input = int(input("enter the numerical: "))
    if user_input % 2 == 0 :
    print("entered number is even number.")
    else:
    print("you have entered the odd number.")
    print("thank you!")

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

    no=int(input("enter your no:"))
    if no%2==0:
    print("no is even")
    else:
    print("no is odd")

  • @ch.yeshwardhan6194
    @ch.yeshwardhan6194 7 месяцев назад

    n=int(input("enter a number:"))
    if 2*n:
    print("even")
    else :
    print("odd")

  • @ValliSurvepalli-eg5pe
    @ValliSurvepalli-eg5pe Год назад +3

    n=int(input("enter any number:"))
    if n%2==0:
    print("it is an even number")
    else:
    print("it is an odd number")

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

    number=int(input("Enter a number :"))
    if number % 2==0:
    print("Number is Even")
    else:
    print("Number is Odd")

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

    number = int(input("Which number do you want to check: "))
    if number %2 == 0:
    print("This is an even number")
    else:
    print("This is an odd number")

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

    num=int(input("Enter your no.:- "))
    if (num % 2 ==0):
    print("even No.")
    else:
    print("odd No.")

  • @maskedtech1
    @maskedtech1 6 месяцев назад

    a=int(input())
    if a%2==0:
    print("this is even number)
    else:
    print("this is even number")

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

    number= int(input("enter the value ? "))
    if number % 2 == 0:
    print("it is even number")
    else:
    print("it is odd number")

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

    number = int(input('enter the number here:'))
    number_check = number % 2
    remainder = number_check
    if remainder == 0:
    print('even number')
    else:
    print('odd number')

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

    x=int(input("enter a number = "))
    if (x%2==0):
    print(f"{x} is even number")
    else:
    print(f"{x} is odd number")

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

    number=int(input("enter the number you want to check:"))
    if number%2==0:
    print("the number is even")
    else:
    print("number is odd")

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

    Mam please make videos on design and analysis of algorithm

  • @conversewithgod353
    @conversewithgod353 11 дней назад

    numBer = float(input("Enter a number:"))
    if numBer % 2 == 0:
    print(f"{numBer} is an even number")
    else:
    print(f"{numBer} is an odd number")

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

    number=int(input("Enter a Number: "))
    if (number%2==0):
    print("This is an even number")
    else:
    print("This numbe is an odd number")

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

    Super 🎉🎉🎉

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

    num=int(input('enter a number:'))
    if (num) % 2==0:
    print('even')
    else:
    print('odd')

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

    #find whether its an even/odd number
    x = int(input("Please enter the number :"))
    if (x%2)==0:
    print("It is an even number!!!")
    else:
    print("It is an odd number!!!")

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

    I love you mam from Pakistan.

  • @AkhilGeorge-v7e
    @AkhilGeorge-v7e Год назад

    number = input("Enter the number")
    if int(number) % 2 == 0:
    print("The entered number is even")
    else:
    print("The entered number is odd")

  • @shameerj-l4i
    @shameerj-l4i Год назад

    num = int(input("enter the number is :"))
    if num % 2 == 0:
    print("Given number is even ")
    else:
    print("Given number is odd ")

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

    Thank you!!

  • @sajileee
    @sajileee 29 дней назад

    EnterNum=int(input("Enter Your Number : "))
    NumType= EnterNum % 2
    if NumType==0:
    print(f"Your input value {EnterNum} is a Even Number")
    else:
    print(f"Your input value {EnterNum} is a odd Number")

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

    I used / instead of % the code executed but when I entered 4 it shows odd but when I put % instead of / it shows correct output

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

    Ma'am complete course of c++ series have uploaded only 34 lecture in this course

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

    More than python you r beautiful ❤️

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

    Yes

  • @ArjunDutta-g6l
    @ArjunDutta-g6l 2 месяца назад

    Mam if i give 0 then what will be the output?

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

    Madam are you able to provide certificate

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

    a=int(input("Enter a number : "))
    if a%2==0:
    print("you entered an even number")
    else:
    print("you entered an odd number")

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

    In which class we to learn
    this things

  • @nainaru.sivaramakrishna4968
    @nainaru.sivaramakrishna4968 Год назад +1

    num=int(input("Enter your number:"))
    rem=num%2
    if rem==0:
    print(f"{num} is even number")
    else:
    print(f"{num} is odd number")

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

    thanks for teaching me, or allah ap kho hedayat kary ta ke tom muslim hojaoo or apka agla jaman be kamyab ho. don not sed from me ,this is my pray to allah for you.

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

    Mam please complete python series

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

    This code works only for integers.
    How we check for float number's
    10.2 is a even number. And this doesn't work for checking float numbers

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

      bro a decimal cannot be an even or odd number becos it is not a whole number

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

    Mam ek smart board le lijiye aap acha rahega.

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

    If somebody ask what about 0, then what we do?🤔

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

    Mam why did you leave C++ tutorial.

  • @KsaikiranReddy-ly5rg
    @KsaikiranReddy-ly5rg 4 месяца назад

    Mam in this video 0 is neither odd nor even no mam u did not mention about it mam

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

    Mam apka bache's ko school ja rahe ye kya ache se padana jaise hume. Unka bi future bright ho apke jaisa.,.🥰🤚👨‍👩‍👦‍👦

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

    How she increased the font size while coding.....someone may tell this

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

    Mam we want a pdf of your notes make it sure

  • @Mahesh.k.v6648
    @Mahesh.k.v6648 Год назад +2

    Hii mam

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

    Cpp continues

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

    Mam daily increasing Beauty

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

    number = int(input("Please insert a number : "))
    if number%2 == 0:
    print("This is an Even Number !")
    else:
    print("This is an Odd Number !")

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

    Mam hindi bhi use Kiya kro please 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏

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

    Still it feels same to watch U 🥹🥹

  • @RamakrishnaAmbati-g1v
    @RamakrishnaAmbati-g1v 4 месяца назад +1

    n=int(input("enetr the number:"))
    if n%2==0:
    print("even")
    else:
    print("odd")

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

    Find = int(input("Enter the number : "))
    if Find % 2:
    print("it is odd number")
    else:
    print("it is Even Number")

    • @SubhashSB-gsoc
      @SubhashSB-gsoc 8 месяцев назад

      it wiil get always even bro give the correct condition

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

    num = int(input('Enter a number: '))
    if num % 2 == 0:
    print(f'{num} is an even number')
    else:
    print(f'{num} is an odd number')

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

    number = int(input("Enter the number you wanted to check : "))
    if(number%2==0):
    print(f"{number} is even")
    else:
    print(f"{number} is odd")

  • @_InFACT42
    @_InFACT42 2 месяца назад

    number=int(input("Enter your number: "))
    if number%2==0:
    print(f"{number} is a even number")
    else:
    print(f"{number} is an odd number")

  • @victorangom
    @victorangom 7 месяцев назад

    num=int(input("Enter a number: "))
    if num%2 == 0:
    print(f"{num} is an even number")
    else:
    print(f"{num} is an odd number")