НА ПАЙТОНЕ СРОЧНО!!!
На вход подаётся натуральное число N (не более 100). Вывести в одну строку без пробелов все нечётные числа от 1 до N.

Указание. Не используйте условный оператор if.

Sample Input 1:

10
Sample Output 1:

13579
Sample Input 2:

9
Sample Output 2:

13579
Sample Input 3:

5
Sample Output 3:

135
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.