> One example they give is
>
> -------------------------------------------
>         i = revised(i);
> とか、
>         i = RevisedByMarubatuMethod(i);
> とか、
>         i = revised_by_marubatu_method(i);
>
> と書くよりは、
>
>         i = ○×方式による補正を行う(i);
> -------------------------------------------
> And of course think the last one is the best.....

What, the one with all the question marks? :-)

Sorry, couldn't resist.

   Mike
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to