Kursusindhold
Introduction to Data Analysis in Python
Introduction to Data Analysis in Python
Variables
Variables are used to store information inside the program.
To assign value to a variable, please use =
sign like so:
number = 5 string = 'cat' print(number, string)
Var alt klart?
Tak for dine kommentarer!
Sektion 1. Kapitel 6