예제 #1
0
def get_time():
  return _example.get_time()
예제 #2
0
"""
call.py
"""

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




예제 #3
0
def get_time():
    return _example.get_time()
예제 #4
0
def get_time() -> "char *":
    return _example.get_time()