kaggle python
30 Days of ML with Kaggle [Day 5]-Lists, Loops and List Comprehensions
30 Days of ML with Kaggle [Day 5]-Lists, Loops and List Comprehensions
2021.08.08오늘은 Day5인데, 주말이다보니 부여되는 양이 평일에 비해 많아졌다. 오늘도 즐겁게 하자! Today's Assignment - day 5 Read this tutorial (from Lesson 4 of the Python course) Complete this exercise (from Lesson 4 of the Python course) Read this tutorial (from Lesson 5 of the Python course) Complete this exercise (from Lesson 5 of the Python course) 오늘의 내용은 Lists와 Loops and List Comprhensions에 대한 내용이다. Lists에 관한 내용부터 알아보자! Lists 파이썬의 리..