Skip to content

Swift-2016/Python

 
 

Repository files navigation

Python playground repo

try: && except Exception as e:

     try:
          # do somthing
     except Exception as e:
          logging.exception(e)
          print 'craw error:' + e

About

Python27 & Python35

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 44.3%
  • HTML 38.6%
  • CSS 15.6%
  • JavaScript 1.5%