Teknik Informatika/Python/Variabel

Dari Wikibuku bahasa Indonesia, sumber buku teks bebas
Loncat ke navigasi Loncat ke pencarian

Di python, variabel tak perlu dideclare. Tak perlu dispesifikkan juga apa tipe datanya, langsung pakai saja

setuptools = True

Objek kompleks[sunting]

py2exe_options = {
  'bundle_files':1,
  'dll_excludes':['w9xpopen.exe','crypt32.dll']

}

Variabel spesial[sunting]

__file__

Path ke file source code sekarang