liujun9530


私信TA

用户名:liujun9530

访问量:2006

签 名:

等  级
排  名 5299
经  验 1561
参赛次数 0
文章发表 17
年  龄 0
在职情况 学生
学  校 成都理工大学
专  业

  自我简介:

TA的其他文章

def fun(str_1, str_2):
   new_ste = str_1 + str_2
   return new_ste

str_1 = input()
str_2 = input()
rel = fun(str_1, str_2)
print(rel)

 

0.0分

3 人评分

  评论区

  • «
  • »