index
:
clp
main
A small Python compiler with optimizer written in Java
dcariotti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
progs
/
a719.py
blob: 28a11fcb8902bd3dd6d073dc56fd7264602606b0 (
plain
)
1
2
3
def
find_angle
(
a
,
b
):
c
=
180
-
(
a
+
b
)
return
c