Create a Python program that can computes and displays the value
of y that fulfils the following equation:
xy=z
The program's input must be a string like "x: 2, z: 4," which
indicates that the values of x and z are respectively 2 and 4.
Any non-zero real numbers can be used as x and z. The input string
has the format of a colon-separated list of name-value pairs, with
a colon sign between each name and its matching value.
Create a Python program that can computes and displays the value of y that fulfils the following equation: xy=z The prog
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am