Python:
x = int(input('x = '))
y = int(input('y = '))
print((x-3*y)/(3*y+x))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Python:
x = int(input('x = '))
y = int(input('y = '))
print((x-3*y)/(3*y+x))