Latest web development tutorials

Python comprend des exercices 44

Python 100 Li Python 100 Li

Sujet: Apprenez à utiliser l' usage externe. .

Analyse du programme: Aucun

Source Code:

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

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

Python 100 Li Python 100 Li