sw expert academy-2046. スタンプ
2397 ワード
に答える
コード#コード#
# https://swexpertacademy.com/main/code/problem/problemDetail.do?problemLevel=1&contestProbId=AV5QKdT6AyYDFAUq&categoryId=AV5QKdT6AyYDFAUq&categoryType=CODE&problemTitle=&orderBy=FIRST_REG_DATETIME&selectCodeLang=PYTHON&select-1=1&pageSize=10&pageIndex=1&&&&&&&&&&
# sw expert academy, d1: 2046. 스탬프 찍기, python3
def solve(n: int) -> str:
return '#' * n
if __name__ == '__main__':
n = int(input())
print(solve(n))
結果
ソース&ハーブ
2046.捺印
github
Reference
この問題について(sw expert academy-2046. スタンプ), 我々は、より多くの情報をここで見つけました https://velog.io/@cosmos/sw-expert-academy-2046.-스탬프-찍기-pythonテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol