wikibook / python-in-practice

『파이썬 인 프랙티스』 예제 코드
17 stars 12 forks source link

Unicode symbols #3

Open stuaxo opened 9 years ago

stuaxo commented 9 years ago

I tried running some of these in Ubuntu and get problems because of unicode - for instance cylinder.pyw

  File "gravitate3d.pyw", line 361
    Δold = math.sqrt(((x - mid) ** 2) + ((y - mid) ** 2) +
    ^
SyntaxError: invalid syntax
wikibook commented 9 years ago

You can ask the author of 『Python in Practice』 about this problem. Thank you.

http://www.qtrac.eu/pipbook.html