Latest web development tutorials

Python incluye ejercicios 44

Python 100 Li Python 100 Li

Tema: Aprender a usar el uso externo. .

Análisis del programa: Ninguno

Código fuente:

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

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

Python 100 Li Python 100 Li