Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Os Primeiros Passos | Primeiro Conhecimento
Introdução ao Python
course content

Conteúdo do Curso

Introdução ao Python

Introdução ao Python

1. Primeiro Conhecimento
2. Variáveis e Tipos
3. Declarações Condicionais
4. Outros Tipos de Dados
5. Laços
6. Funções

bookOs Primeiros Passos

Bem-vindo, aprendiz!

Bem-vindo a este módulo de Python! Estamos animados para tê-lo nesta jornada de codificação. Não se preocupe se você é novo em Python ou programação. Vamos começar entendendo o que é Python.

Python is a high-level, interpreted programming language. High-level languages use abstract syntax that is easy for humans to understand but cannot be directly interpreted by machines.

Let's dive in and print our first message using Python. We'll use the print() function for this. When you want to print specific text, just wrap it in quotation marks, like "..." or '...'. If you don't, Python will assume you're referring to a variable (but we'll get to that later).

To print a sentence, use the following code:

1
print("Some message")
copy
Tarefa
test

Swipe to show code editor

Your challenge? Print "Hello world!" in the console.

Once you've completed this task, click the button below the code to check your solution.

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 1. Capítulo 1
toggle bottom row

bookOs Primeiros Passos

Bem-vindo, aprendiz!

Bem-vindo a este módulo de Python! Estamos animados para tê-lo nesta jornada de codificação. Não se preocupe se você é novo em Python ou programação. Vamos começar entendendo o que é Python.

Python is a high-level, interpreted programming language. High-level languages use abstract syntax that is easy for humans to understand but cannot be directly interpreted by machines.

Let's dive in and print our first message using Python. We'll use the print() function for this. When you want to print specific text, just wrap it in quotation marks, like "..." or '...'. If you don't, Python will assume you're referring to a variable (but we'll get to that later).

To print a sentence, use the following code:

1
print("Some message")
copy
Tarefa
test

Swipe to show code editor

Your challenge? Print "Hello world!" in the console.

Once you've completed this task, click the button below the code to check your solution.

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 1. Capítulo 1
toggle bottom row

bookOs Primeiros Passos

Bem-vindo, aprendiz!

Bem-vindo a este módulo de Python! Estamos animados para tê-lo nesta jornada de codificação. Não se preocupe se você é novo em Python ou programação. Vamos começar entendendo o que é Python.

Python is a high-level, interpreted programming language. High-level languages use abstract syntax that is easy for humans to understand but cannot be directly interpreted by machines.

Let's dive in and print our first message using Python. We'll use the print() function for this. When you want to print specific text, just wrap it in quotation marks, like "..." or '...'. If you don't, Python will assume you're referring to a variable (but we'll get to that later).

To print a sentence, use the following code:

1
print("Some message")
copy
Tarefa
test

Swipe to show code editor

Your challenge? Print "Hello world!" in the console.

Once you've completed this task, click the button below the code to check your solution.

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Bem-vindo, aprendiz!

Bem-vindo a este módulo de Python! Estamos animados para tê-lo nesta jornada de codificação. Não se preocupe se você é novo em Python ou programação. Vamos começar entendendo o que é Python.

Python is a high-level, interpreted programming language. High-level languages use abstract syntax that is easy for humans to understand but cannot be directly interpreted by machines.

Let's dive in and print our first message using Python. We'll use the print() function for this. When you want to print specific text, just wrap it in quotation marks, like "..." or '...'. If you don't, Python will assume you're referring to a variable (but we'll get to that later).

To print a sentence, use the following code:

1
print("Some message")
copy
Tarefa
test

Swipe to show code editor

Your challenge? Print "Hello world!" in the console.

Once you've completed this task, click the button below the code to check your solution.

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Seção 1. Capítulo 1
Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
We're sorry to hear that something went wrong. What happened?
some-alt