Nauč se Python > Materiály > Snake Workshop for PyLadies > Introduction to Python > Variables

Variables – Řešení [0]

>>> city = "Tokyo"
>>> ccity
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'ccity' is not defined

Toto je stránka lekce z kurzu, který probíhá nebo proběhl naživo s instruktorem.