|
|
back to boardplease help python Posted by Pundit 25 Oct 2022 06:42 n = int(input()) k=int(input()) n=n*2 if n % k ==0: print(n/k) else: a=int(n/k)+1 print(a) I can't find my mistake. It keep telling me "Runtime error" Re: please help python the "only" input line contains... |
|
|