My programme is working in pycharm and other ide but not working here..showing runtime error

n=int(input())
d=int(input())
a=n//d
b=n%d
print(a,‘’,b,‘’,d)

3 posts were merged into an existing topic: Mixed Fractions