D
Daewon YOON
====
Python 1.5.2 (#1, Jul 5 2001, 03:02:19) [GCC 2.96 20000731 (Red Hat
Linux 7.1 2 on linux-i386
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam.... z%9
File "<stdin>", line 2
z%9
^
SyntaxError: invalid syntax
====
What's wrong with the above operation and how can I get the correct
modulo result with Python?
Python 1.5.2 (#1, Jul 5 2001, 03:02:19) [GCC 2.96 20000731 (Red Hat
Linux 7.1 2 on linux-i386
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam.... z%9
File "<stdin>", line 2
z%9
^
SyntaxError: invalid syntax
====
What's wrong with the above operation and how can I get the correct
modulo result with Python?