Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lära The Very First Steps in Python | First Acquaintance with Python
Introduction to Python(ihor)
course content

Kursinnehåll

Introduction to Python(ihor)

Introduction to Python(ihor)

1. First Acquaintance with Python
2. Variables and Types in Python
3. Conditional Statements in Python
4. Other Data Types in Python
5. Loops in Python
6. Functions in Python

book
The Very First Steps in Python

Programming is the process of giving instructions to a computer to perform tasks, and Python is a popular language known for its simplicity and versatility. Let’s explore what makes Python unique.

Let's get started by printing your first message in Python! To do this, use the print() function. When printing specific text, wrap it in quotation marks, either "..." or '...'.

1
print("Some message")
copy

You can also add more text by using a comma to separate different parts within the print() function. The function automatically adds a space between the arguments. Try experimenting with different messages to see how it works.

Uppgift

Swipe to start coding

Print "Hello world!" in the console using the print statement.

  • Use the print statement.
  • Print "Hello world!" in the console.

Lösning

Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 1. Kapitel 1
toggle bottom row

book
The Very First Steps in Python

Programming is the process of giving instructions to a computer to perform tasks, and Python is a popular language known for its simplicity and versatility. Let’s explore what makes Python unique.

Let's get started by printing your first message in Python! To do this, use the print() function. When printing specific text, wrap it in quotation marks, either "..." or '...'.

1
print("Some message")
copy

You can also add more text by using a comma to separate different parts within the print() function. The function automatically adds a space between the arguments. Try experimenting with different messages to see how it works.

Uppgift

Swipe to start coding

Print "Hello world!" in the console using the print statement.

  • Use the print statement.
  • Print "Hello world!" in the console.

Lösning

Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 1. Kapitel 1
Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Vi beklagar att något gick fel. Vad hände?
some-alt