Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Oppiskele DUMMY CHAPTER | SECTION FOR PYTHON COURSE WITH GRID CHAPTER
TEST PYTHON COURSE WITH GRID CHAPTER
course content

Kurssisisältö

TEST PYTHON COURSE WITH GRID CHAPTER

TEST PYTHON COURSE WITH GRID CHAPTER

book
DUMMY CHAPTER

Welcome, learner!

Let's take our very first step and try to print something using Python. To do this, we'll use the print() function. To print your desired text, simply enclose it in quotation marks "..." or '...', otherwise Python will try to find a variable with that name (which we'll discuss later).

So, if you want to print a sentence, use the following code and execute it:

print("Some message")

This will display the following in the console:

Some message

Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 1. Luku 2

Kysy tekoälyä

expand

Kysy tekoälyä

ChatGPT

Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme

course content

Kurssisisältö

TEST PYTHON COURSE WITH GRID CHAPTER

TEST PYTHON COURSE WITH GRID CHAPTER

book
DUMMY CHAPTER

Welcome, learner!

Let's take our very first step and try to print something using Python. To do this, we'll use the print() function. To print your desired text, simply enclose it in quotation marks "..." or '...', otherwise Python will try to find a variable with that name (which we'll discuss later).

So, if you want to print a sentence, use the following code and execute it:

print("Some message")

This will display the following in the console:

Some message

Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 1. Luku 2
some-alt