a = int(input()) print(a//10)
Не понимаю почему не правильно(
user180340 input
123
Your Output (123 // 10):
12
Expected Output:
2