조원들

프로젝트 공유 폴더

폴더

구글 코랩(colab) 한글 깨짐 현상 해결방법 - 테디노트 (teddylee777.github.io)

한글 폰트 오류

[5조: 112] 프로젝트 계획

실습 및 이론 문제

https://meet.google.com/edu-gkrj-oaq

10/08 이론 & 실습

스터디 방식

🔥**아래 캘린더는 전체 커리큘럼과 연동되어 있으니 바꾸지 말아주세요!!!!**🔥

Untitled

문제 답 및 필기 모음

주차 김채빈 원종석 이시윤 이태규 정규원 합본
1주차 문제 1주차 https://github.com/parkmonty/W_Pile/tree/643e46a6a6b487618c402aac4d641e0cf9caca52/SAI n = int(input())
m = int(input())
count2 = 0
for i in range(n, m+1):
count1 = 0
for j in range(1, i+1):
if (i % j == 0):
count1 += 1
if(count1 == 2):
print("%d" %i)
count2 += 1
print("%d" %count2) 1주차: https://github.com/Cappucciyes/SAI_Notes_Solutions/tree/main/1주차
2주차 2주차 https://github.com/parkmonty/W_Pile/tree/643e46a6a6b487618c402aac4d641e0cf9caca52/SAI import numpy as np
array = np.arange(100).reshape(10, 10)
odd = array[array % 2 == 1]
mul3 = odd[odd % 3 == 0]
square = mul3**2 2주차
3주차 https://github.com/parkmonty/W_Pile/tree/main/SAI 강의정리 3주차
4주차 https://github.com/parkmonty/W_Pile/blob/main/SAI/pro_week4.ipynb 인프런 판다스 4주차
5주차 https://github.com/parkmonty/W_Pile/blob/main/SAI/pro_week5.ipynb 문제풀이

강의정리 | 5주차 | | | | 6주차 | | | | 6주차 | | | | 7주차 | | | | | | |