Зміст курсу
Learn Python from Scratch
Learn Python from Scratch
2. Arithmetic operations
3. Common data types
Hello, me!
Congratulations! Now, let's modify this simple program. In the example below variable "person" is assigned value "Mary" and the program uses that name in printing the greeting. (feel free to change it to your own name :)
person = "Mary" print("Hello,", person)
Завдання
Swipe to start coding
Assign your own name to the variable "person" and print the greeting!
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 1. Розділ 2
Hello, me!
Congratulations! Now, let's modify this simple program. In the example below variable "person" is assigned value "Mary" and the program uses that name in printing the greeting. (feel free to change it to your own name :)
person = "Mary" print("Hello,", person)
Завдання
Swipe to start coding
Assign your own name to the variable "person" and print the greeting!
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 1. Розділ 2