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
Debug the code
a, b = map(int, input().split())
print(a // b)
Learning course: Python Programming
Problem Link: Runtime error in Python Programming