Help me in solving DEBUGPYL6 problem

My issue

Debug the code

My code

a, b = map(int, input().split())
print(a // b)

Learning course: Python Programming
Problem Link: Runtime error in Python Programming