Junghyun99 / Test

0 stars 0 forks source link

타입힌트 #7

Closed Junghyun99 closed 3 weeks ago

Junghyun99 commented 1 month ago

def add(x: int, y: int) -> int: return x + y