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 :)
9
1
2
person = "Mary"
print("Hello,", person)
12person = "Mary" print("Hello,", person)
Aufgabe
Swipe to start coding
Assign your own name to the variable "person" and print the greeting!
Lösung
9
1
2
person = "John"
print("Hello,", person)
War alles klar?
Danke für Ihr Feedback!
Abschnitt 1. Kapitel 2
9
1
2
person = "___"
print("Hello,", person)
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen