Kód: Vybrat vše
>>> print ("%s is %d years old." % (name, age))
john is 23 years old.
>>> print(name, "is", age, "years old.")
john is 23 years old.díky
Kód: Vybrat vše
>>> print ("%s is %d years old." % (name, age))
john is 23 years old.
>>> print(name, "is", age, "years old.")
john is 23 years old.Zpět na “Programování a tvorba webu”
Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 7 hostů