Created
August 20, 2020 08:27
-
-
Save Svastikkka/28700696c38ea2ffb164da57b5bc8bf6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
p=int(input()) | |
q=int(input()) | |
print((p*q)/(p+q)) |
Author
Svastikkka
commented
Aug 20, 2020
- Resistors in Parallel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment