#15 Return Keyword in Python | Python Tutorial Series | EMC Academy

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

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

  • @-JAGADEESHR
    @-JAGADEESHR ปีที่แล้ว +8

    bro telegram link podunga

    • @ErrorMakesClever
      @ErrorMakesClever  ปีที่แล้ว +2

      t.me/+C6_1tXtmYQs5MTVl Join this Telegram link to solve your doubts.

  • @yogeshyeshwanth8938
    @yogeshyeshwanth8938 ปีที่แล้ว +40

    Bro neenga dheivam bro🙏🏼🙏🏼🙏🏼😭😭neenga unga kozhandha kuttiyoda nalla irukkanumi watched 5 videos for return statement but u made me understand in first 5 mins

    • @AriesVijay
      @AriesVijay 4 หลายเดือนก่อน +3

      😂😂😂😂😂

  • @Shivadharannie
    @Shivadharannie 3 วันที่ผ่านมา +1

    You are really great very useful classes other thann various training centres

  • @spraveen9947
    @spraveen9947 3 หลายเดือนก่อน +6

    def add():
    return (a+b)*c
    a=int(input("Enter Number 1:"))
    b=int(input("Enter Number 2:"))
    c=int(input("Enter Number 3:"))
    d=add()
    print("Your Result:",d)
    This one is very easy

    • @iyarkai577
      @iyarkai577 2 หลายเดือนก่อน +1

      Thank you bro

    • @NiranjanJ-l5u
      @NiranjanJ-l5u หลายเดือนก่อน +3

      def add():
      a=int(input())
      b=int(input())
      c=int(input())
      return (a+b)*c
      a=add()
      print(a)

  • @tamilmashup841
    @tamilmashup841 ปีที่แล้ว +14

    a=int(input("a:"))
    b=int(input("b:"))
    c=int(input("c:"))
    def add():
    return(a+b)
    sum=add()
    Print(sum*c)

  • @jaisurya5674
    @jaisurya5674 9 หลายเดือนก่อน +2

    a-int (input("Enter the value of a:"))
    b-int (input("Enter the value of b:"))
    def add():
    return (a+b)
    print (add())
    c-int(input("Enter the value of c"))
    mul-add() *c
    print (mul)

  • @darshan.v5340
    @darshan.v5340 20 วันที่ผ่านมา +1

    thanks a lot sir

  • @DharaneeshGek
    @DharaneeshGek 3 หลายเดือนก่อน +1

    a=int(input("Enter value a:"))
    b=int(input("Enter value b:"))
    c=int(input("Enter value c:"))
    d=(a+b)
    def add():
    return(d)
    g=add()
    print("sum of a and b:",g)
    h=g*c
    print("the value of c after multiplying with sum of a and b:",h)

  • @MuthuLakshmi-cj4fs
    @MuthuLakshmi-cj4fs 5 วันที่ผ่านมา

    a=int(input("enter number a:")
    b=int(input("enter number b:")
    c=int(input("enter number c:")
    def add():
    return a+b
    print(add()*c)

  • @NishaV-hx1ur
    @NishaV-hx1ur 5 หลายเดือนก่อน +3

    U r best teacher and thankyou bro

  • @sumajayasree
    @sumajayasree ปีที่แล้ว +2

    bro kindly post video daily. I'm following your videos

  • @filmicowls129
    @filmicowls129 ปีที่แล้ว

    Wait for your next videos.. Thanks for being simple ❤️❤️❤️

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

    Well explained anna

  • @amamanshaf1114
    @amamanshaf1114 22 วันที่ผ่านมา

    Nice explanation bro❤

  • @azarudeena6467
    @azarudeena6467 ปีที่แล้ว

    def add():
    a = int(input("enter a:"))
    b = int(input("enter b:"))
    added = a+b
    print(f"sum of {a} and {b} is {added}")
    c = int(input("enter c:"))
    mul = added*c
    print("multiply:",mul)
    add()

    • @Legend-gn9on
      @Legend-gn9on 4 หลายเดือนก่อน

      But read the question
      Shoud be use "return"😅

  • @Ady_NXT
    @Ady_NXT 4 หลายเดือนก่อน +1

    a=int(input())
    b=int(input())
    c=int(input())
    def add():
    return a+b
    e=add()
    output=e*c
    print(output)

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

    Lovely bro you are ❤

  • @roopikapalanisamy3763
    @roopikapalanisamy3763 ปีที่แล้ว

    Happy learning!! 😊

  • @ummul.nafiha
    @ummul.nafiha 5 หลายเดือนก่อน

    a="EMC"
    b="123"
    k=(a,b)
    c=str(input("UNAME:"))
    e=str(input("PASSWORD:"))
    f=(c,e)
    def validate(m1,m2):
    if (f==k):
    return true
    else:
    return false

    validate(a,b)

  • @bala0726
    @bala0726 ปีที่แล้ว

    Thanks a lot… A good one😊

  • @JK-ie8kk
    @JK-ie8kk ปีที่แล้ว +8

    hi bro sql paathi konjam videos pooduinga

  • @sharamuthu1768
    @sharamuthu1768 8 หลายเดือนก่อน +4

    what is the difference between print and return

    • @harishmurugan6275
      @harishmurugan6275 6 หลายเดือนก่อน

      "Print" shows the output whereas "return" returns a value or values whenever the function is called.

    • @Ady_NXT
      @Ady_NXT 4 หลายเดือนก่อน +2

      Print function output direct ah display pannum
      Return function antha value vah return pannum atha oru variable ah store panni output print pannanum

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

    Thank u so much

  • @baratht-lq5yb
    @baratht-lq5yb ปีที่แล้ว +1

    #if user name and password is correct, the fuction will return true, else it will return false.
    s_user="emc" #static value
    s_passwd="1234" #static value
    u_user=input("Enter the user name : ")
    u_passwd=input("Enter the password : ")
    def validate(a,b,c,d):
    if(c==a and d==b):
    return True
    else:
    return False
    ans=validate(s_user,s_passwd,u_user,u_passwd)
    print(ans)

  • @Ranjithaa-we4pr
    @Ranjithaa-we4pr ปีที่แล้ว

    Kindly post videos daily

  • @thennarasu..official8503
    @thennarasu..official8503 ปีที่แล้ว

    Tnx brow

  • @ummul.nafiha
    @ummul.nafiha 5 หลายเดือนก่อน +1

    a=int(input())
    b=int(input())
    c=int(input())
    def add(y):
    return a+b
    k=(a+b)*c
    add(k)
    print(k)

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

    bro python framework "Django" series pannunge

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

    bro uname and password eg la enna na potalum output false tha bro varudhu yen apdi how to resolve

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

    Bro.. yesterday launch pana video laa coding try panan..but online complier la output not displayed.. it doesn't work..what can I do bro..give a solution pls???

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

    Anna python projects seinga anna plsssss

  • @shamkumar8491
    @shamkumar8491 ปีที่แล้ว

    Bro onlinela bca course pannamudiyuma

  • @SaminathanArunmanojkumar
    @SaminathanArunmanojkumar 3 หลายเดือนก่อน

    bro n1 and n2 va epudi a and b nu identify pannuchu...

  • @LearnSmallThink
    @LearnSmallThink ปีที่แล้ว

    bro antha word document send pannu bro, please

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

    a=int(input("Enter value for a"))
    b=int(input("Enter value for b"))
    c=int(input("Enter value for c"))
    def add():
    return (a+b)*c
    add()

  • @ReshmaV211-pt3cc
    @ReshmaV211-pt3cc ปีที่แล้ว +1

    5th one is wrong

    • @UNIQUEFASHION-mr9wl
      @UNIQUEFASHION-mr9wl ปีที่แล้ว

      enna wrong bro?

    • @Ady_NXT
      @Ady_NXT 4 หลายเดือนก่อน +1

      Try this
      a=int(input())
      b=int(input())
      c=int(input())
      def add():
      return a+b
      e=add()
      output=e*c
      print(output)

  • @ummulkulthuma6579
    @ummulkulthuma6579 ปีที่แล้ว

    Vroo video upload pannunga kindly request plz

  • @-JAGADEESHR
    @-JAGADEESHR ปีที่แล้ว +1

    Error varuthu bro 😮