NP10 牛牛最好的朋友们

This commit is contained in:
轩辕龙儿 2022-10-25 13:22:19 +08:00
parent ec5c1eddf1
commit cd0538c103

7
NP/NP10.py Normal file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env python3
# @author 轩辕龙儿
# @date 2022/10/25
# @file NP10.py
n1 = input()
n2 = input()
print(n1 + n2)