5. Variable names

System Message: WARNING/2 (/home/runner/work/PyZombis/PyZombis/_sources/lectures/TWP05/TWP05_5_en.rst, line 7)

Bullet list ends without a blank line; unexpected unindent.

  year_2011, average_salary


    >>> a = 2     >>> price = 500     >>> print(a)     2     >>> print(price)     500


    >>> 3x = “text”       File “<stdin>”, line 1         3x = “text”         ^     SyntaxError: invalid syntax

Define valid and invalid variables below

   .. raw:: html       :file: ../_static/interpreter.html

You have attempted of activities on this page