import math
t,y = map(int,input().split())
print("R =",(math.sin(2*t+1)**2+0.3)/math.log(t+y))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
import math
t,y = map(int,input().split())
print("R =",(math.sin(2*t+1)**2+0.3)/math.log(t+y))