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

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




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