파이썬/코트업 기초 100제
코드업 기초 100제 문제 003
코드업 기초 100제 문제 003 #Hello #World #(두 줄에 걸쳐 줄을 바꿔 출력하기) 소스 더보기 1번풀이 print("""Hello World""") 2번풀이 print("Hello\nWorld")
코드업 기초 100제 문제 003 #Hello #World #(두 줄에 걸쳐 줄을 바꿔 출력하기) 소스 더보기 1번풀이 print("""Hello World""") 2번풀이 print("Hello\nWorld")
코드업 기초 100제 문제 002 # Hello World # 출력하기 소스 더보기 print("Hello World")
원본 https://colab.research.google.com/drive/1j41zX9Z4atBC5jzzerAfkfLizkIoS-2N 1강 https://github.com/PotatoMeme/ifp-2022-winter-vacation-study/tree/kimseonghwan/week03/codeUp01 2강 https://github.com/PotatoMeme/ifp-2022-winter-vacation-study/tree/kimseonghwan/week03/codeUp02 3강 https://github.com/PotatoMeme/ifp-2022-winter-vacation-study/tree/kimseonghwan/week03/codeUp03 4강 https://github.com/Potat..