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

Variables – Řešení [1]

  • button5 yes
  • 5button no: names must start with a letter
  • button yes
  • favorite color no: that's not one name, but two!
  • favorite-color also no: Python interprets it as substracting two variables (favourite minut color)
  • favoriteColoryes: but it's better to avoid capital letters

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