Skip to content

[解题分享] 58 #65

@bosens-China

Description

@bosens-China

您的答案 (Your Solution)

def add(a:int, b:int) -> int:
    """
    计算两个整数的和。
    这个函数的目标是展示如何正确使用类型提示。
    
    :param a: 第一个整数。
    :param b: 第二个整数。
    :return: 两个整数的和。
    """
    # 在这里写下你的代码
    return a + b

解题思路 (Thought Process)

No response

其他信息 (Additional context)

No response

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions