Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lernen Variables | Basics
Introduction to Data Analysis in Python

bookVariables

Variables are used to store information inside the program.

To assign value to a variable, please use = sign like so:

123
number = 5 string = 'cat' print(number, string)
copy
question mark

Choose the correct output of this code

Select the correct answer

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 6

Fragen Sie AI

expand

Fragen Sie AI

ChatGPT

Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen

Suggested prompts:

Fragen Sie mich Fragen zu diesem Thema

Zusammenfassen Sie dieses Kapitel

Zeige reale Beispiele

Awesome!

Completion rate improved to 2.7

bookVariables

Swipe um das Menü anzuzeigen

Variables are used to store information inside the program.

To assign value to a variable, please use = sign like so:

123
number = 5 string = 'cat' print(number, string)
copy
question mark

Choose the correct output of this code

Select the correct answer

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 6
some-alt