파이썬/코트업 기초 100제

파이썬/코트업 기초 100제

코드업 기초 100제 문제 003

코드업 기초 100제 문제 003 #Hello #World #(두 줄에 걸쳐 줄을 바꿔 출력하기) 소스 더보기 1번풀이 print("""Hello World""") 2번풀이 print("Hello\nWorld")

파이썬/코트업 기초 100제

코드업 기초 100제 문제 002

코드업 기초 100제 문제 002 # Hello World # 출력하기 소스 더보기 print("Hello World")

파이썬/코트업 기초 100제

코드업 기초 100제 문제 001

코드업 기초 100제 문제 001 #Hello #출력하기 소스 더보기 print("Hello")

파이썬/코트업 기초 100제

코드업 기초 100제 1강~6강 소스및 출처

원본 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..

감자씨앗
'파이썬/코트업 기초 100제' 카테고리의 글 목록 (11 Page)