🐍 Python Õpe – Päev 1: Sissejuhatus

Esimene samm programmeerimise maailma!

Mida õppisin?

Näide Band Name Generatorist:


print("Welcome to the Band Name Generator.")
city = input("Which city did you grow up in?\n")
pet = input("What is the name of a pet?\n")
print("Your band name could be " + city + " " + pet)