function main() Receive a positive integer num, Requires a positive integer to be returned num The sum of your numbers .
No modules can be imported , Circular structures and any form of derivation cannot be used , You can't use built-in functions eval().
def main(num):
main(123)
6