Chao216 / cs61a

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cs61a

2023/06/13 I am working in a factory that produces solar panels now. I don't really enjoy the noise and smell in the workshop, not sure what chemical components yet. :)09/09/2023 Sat

Should write more codes

Note!, Continue with lab02! 09/10/23 19:54:38

I am back home to enjoy my holiday now!09/30/23 15:47:34

try to code on fedora 38Wed Oct 11 09:56:17 PM CST 2023 going home to attend a wedding!

try:
    # code blocks here
except Exception as e:
    #code blocks here to run when exceptions happen
    print(e)
else:
    # code blocks when no error happend
finally:
    # codes to run regardless of exception

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 61.9%Language:HTML 37.9%Language:Shell 0.1%Language:C 0.1%Language:PowerShell 0.0%