codefly wrote:

> error message is here..
> when i type import code2
> 
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File "code2.py", line 11
>     ~
>                        ^
> SyntaxError: invalid syntax
> 
> 
> and source code is here

No, it isn't. The above error says "line 11", but the code you show doesn't
have 11 lines.

>From the above error, it looks as if you have a stray "tilde"-character on
the last or so line in code.py. Remove it.

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to