import math
x=float(input('nhap gia tri cua x'))
bieu_thuc = math.sin(x)**2 + math.cos(x)**2
print(x,'thoan mai yeu cau bai toan') if bieu_thuc==1 else print(x,'khong thoai man yeu cau bai toan')
khi em chạy interactive nhập pi vào thì bị could not convert string to float: ‘pi’
đây là đề bài Viết code kiểm tra biểu thức sau đúng không (true or false). Kiểm tra với x = 𝜋,𝜋/2, 4𝜋/3.sin^2 (𝑥)+cos^2 (𝑥)= 1