Во всех задачах считывайте входные данные через input() и выводите ответ через print().
        
| Входные данные | Правильный ответ | Что вывела программа | Результат | |
|---|---|---|---|---|
1534  | 
                The next number for the number 1534 is 1535. The previous number for the number 1534 is 1533.  | 
                |||
0  | 
                The next number for the number 0 is 1. The previous number for the number 0 is -1.  | 
                |||
2718281828904590  | 
                The next number for the number 2718281828904590 is 2718281828904591. The previous number for the number 2718281828904590 is 2718281828904589.  |