<pre id="vvttv"><mark id="vvttv"><progress id="vvttv"></progress></mark></pre>
    <pre id="vvttv"></pre>

      <p id="vvttv"></p>

          <p id="vvttv"></p>

                <p id="vvttv"></p>

                <pre id="vvttv"><cite id="vvttv"><progress id="vvttv"></progress></cite></pre>

                  <output id="vvttv"><dfn id="vvttv"><th id="vvttv"></th></dfn></output>

                    <p id="vvttv"></p>

                    ???? Python ???
                    ??13?? ??
                    ???? try..finally ????

                    try..finally

                    ???????????????????????????????????????????????????????????????????????finally??????ɡ?????????try???£???????????except????finally?顣???????????????????????????????????????

                    ???finally

                    ??13.3 ???finally

                    #!/usr/bin/python
                    # Filename: finally.py


                    import time

                    try:
                        f =
                    file('poem.txt')
                        while True: # our usual file-reading idiom
                            line = f.readline()
                            if len(line) == 0:
                                break
                            time.sleep(2)
                            print line,
                    finally:
                        f.close()

                        print 'Cleaning up...closed the file'

                    ????????code/finally.py??

                    ???

                    $ python finally.py
                    Programming is fun
                    When the work is done
                    Cleaning up...closed the file
                    Traceback (most recent call last):
                      File "finally.py", line 12, in ?
                        time.sleep(2)
                    KeyboardInterrupt

                    ????ι???

                    ?????????????????????????????????????????????time.sleep???????2???????????????????ó??????е????Щ??Python??????????????еú????????????е??????Ctrl-c?ж?/???????

                    ?????????KeyboardInterrupt???????????????????????????????????finally??????????У?????????


                    ???? ????? ????
                    ?????? ??? ????
                    ?????
                    @ssv

                      <pre id="vvttv"><mark id="vvttv"><progress id="vvttv"></progress></mark></pre>
                      <pre id="vvttv"></pre>

                        <p id="vvttv"></p>

                            <p id="vvttv"></p>

                                  <p id="vvttv"></p>

                                  <pre id="vvttv"><cite id="vvttv"><progress id="vvttv"></progress></cite></pre>

                                    <output id="vvttv"><dfn id="vvttv"><th id="vvttv"></th></dfn></output>

                                      <p id="vvttv"></p>

                                      这里只有精品视频