Skip to content

Instantly share code, notes, and snippets.

@kas940k
Created February 2, 2026 05:57
Show Gist options
  • Select an option

  • Save kas940k/0f1f6a772022d5ffa6dbb89d17375b84 to your computer and use it in GitHub Desktop.

Select an option

Save kas940k/0f1f6a772022d5ffa6dbb89d17375b84 to your computer and use it in GitHub Desktop.
Rn = 5 #resistance of load
E = float(input('Введите напряжение без нагрузки:'))
V = float(input('Введите напряжение с нагрузкой:'))
print(int((E/V - 1)*Rn * 1000), 'мОм')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment