Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Ordinal Adjectives | Python if-elif-else Statement
Conditional Statements in Python

Challenge: Ordinal AdjectivesChallenge: Ordinal Adjectives

Tarefa

You need to create a program that generates ordinal adjectives for each number from the following list: [1, 2, 3, 4, 5, 6, 7, 8, 9]. Your program should produce the following output:

It's essential to observe the pattern of this scheme and determine the correct endings for each number. Utilize if-elif-else statements within a for-loop to accomplish this task.

Tudo estava claro?

Seção 3. Capítulo 3
toggle bottom row
course content

Conteúdo do Curso

Conditional Statements in Python

Challenge: Ordinal AdjectivesChallenge: Ordinal Adjectives

Tarefa

You need to create a program that generates ordinal adjectives for each number from the following list: [1, 2, 3, 4, 5, 6, 7, 8, 9]. Your program should produce the following output:

It's essential to observe the pattern of this scheme and determine the correct endings for each number. Utilize if-elif-else statements within a for-loop to accomplish this task.

Tudo estava claro?

Seção 3. Capítulo 3
toggle bottom row
some-alt