import math
t,y = map(int,input().split())
print("R =",(math.sin(2*t+1)**2+0.3)/math.log(t+y))
Поделитесь своими знаниями, ответьте на вопрос:
Написать программу в питоне
import math
t,y = map(int,input().split())
print("R =",(math.sin(2*t+1)**2+0.3)/math.log(t+y))