Exemplo n.º 1
0
def get_time():
  return _example.get_time()
Exemplo n.º 2
0
"""
call.py
"""

import _example
print _example.fact(5)
print _example.my_mod(7,3)
print _example.get_time()




Exemplo n.º 3
0
def get_time():
    return _example.get_time()
Exemplo n.º 4
0
def get_time() -> "char *":
    return _example.get_time()