Skip to content

Commit 37bb389

Browse files
author
Kristoffer Braa
committed
Formatering
1 parent a13871a commit 37bb389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parrallell_resistor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"""
1414

1515
def regnParallell():
16-
n = int(input("Hvor mange resistorer\nskal du ha i parallell? "))
16+
n = int(input("Hvor mange resistorer\ni parallell? "))
1717
for i in range(n):
1818
R = float(input("R" + str(i+1) + " = "))
1919
if i == 0:

0 commit comments

Comments
 (0)