fork download
  1. def I():
  2. U = int(input("podaj I: "))
  3. R = int(input(" podaj R: "))
  4. return U/R
  5. print("I = ", I(),"A")
Success #stdin #stdout 0.03s 9888KB
stdin
12
345
stdout
podaj I:  podaj R: I =  0.034782608695652174 A