Latest web development tutorials

Pythonは演習44と、

Pythonの100リー Pythonの100リー

トピック:外部使用法を使用することを学んでください。 。

プログラム解析:なし

ソースコード:

#!/usr/bin/python
# -*- coding: UTF-8 -*-

import external
if __name__ == '__main__':
    print external.add(10,20)

Pythonの100リー Pythonの100リー