Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 498d65a

Browse files
find angle added
1 parent 6f7ea63 commit 498d65a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎Math/Find Angle MBC/Solution.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import math
2+
3+
ab = float(input())
4+
bc = float(input())
5+
6+
print(str(int(round(math.degrees(math.atan2(ab, bc))))) + '°')

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /