例)Python
import os
os.path.dirname(__file__)
JavaプログラマのためのPython入門。その違いについてソースコードをメインに比較していきます。 Pythonの対象バージョンはGoogleAppEngineと同様2.5としています。
import os
os.path.dirname(__file__)
s = "abcde"
l = list(s)
String s = "abcde";
char[] schars = s.toCharArray();