Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6586015
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:44:13+00:00 2026-05-25T16:44:13+00:00

I came across a strange behavior in python. I could not find information about

  • 0

I came across a strange behavior in python. I could not find information about this in the python help or on SE so here it is:

def divide(x, y):
    print 'entering divide'
    try:
        return x/y
    except:
        print 'error'
    else:
        print 'no error'
    finally:
        print 'exit'

print divide(1, 1)
print divide(1, 0)

the output:

entering divide
exit
1
entering divide
error
exit
None

It seems that python will not go inside the else block if a value is returned in the try. However, it will always go in the finally block. I don’t really understand why. Can someone help me with this logic?

thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T16:44:13+00:00Added an answer on May 25, 2026 at 4:44 pm

    http://docs.python.org/reference/compound_stmts.html#the-try-statement

    The optional else clause is executed if and when control flows off the
    end of the try clause.

    Currently, control “flows off the end” except in the case of an
    exception or the execution of a return, continue, or break statement.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I came across a strange behavior in Python (2.6.1) dictionaries: The code I have
Came across a problem which google searches could not help me with. I have
I came across this strange behavior in Google Chrome recently (version 17.0): I defined
I came across a strange behavior while theming Drupal. I turned a few modules
I came across this strange bit of CSS tonight... display: inline !ie; Now I've
While working on a WebSocket server in Java I came across this strange bug.
While refactoring some code, I came across this strange compile error: The constructor call
I'm developing my own Eclipse plugin and came across a very strange behavior. In
I came across this strange code snippet which compiles fine: class Car { public:
Possible Duplicate: Strange floating-point behaviour in a Java program I came across this weird

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.