23 lines
378 B
Python
23 lines
378 B
Python
"""
|
|
Auto-generated Python stub file from func_test.py
|
|
Module: func_test
|
|
"""
|
|
|
|
|
|
import stdio
|
|
import t, c
|
|
|
|
def add(a: int, b: int) -> int: pass
|
|
|
|
def mul(a: int, b: int) -> int: pass
|
|
|
|
def square(x: int) -> int: pass
|
|
|
|
def factorial(n: int) -> int: pass
|
|
|
|
def greet(greeting: str, name: str, times: int) -> int: pass
|
|
|
|
def sub(a: int, b: int) -> int: pass
|
|
|
|
def func_test() -> int: pass
|