Notice
Recent Posts
Recent Comments
Link
목록연산자 (1)
말랑말랑제리스타일
파이썬 기초 파이썬의 기본 산술연산자
프로그래밍 언어를 처음 공부하면 연산자와 자료형은 알고가야죠 개인적으로 자료형보다는 연산자를 먼저 보는게 언어 공부에 좋다고 생각해서 파이썬의 산술 연산자 정리해봅니다 마침 캐글 사이트에 파이썬의 산술 연산자가 정리되어있더라구요 https://www.kaggle.com/colinmorris/hello-python Hello, Python Explore and run machine learning code with Kaggle Notebooks | Using data from No attached data sources www.kaggle.com a + b Addition Sum of a and b 두 값을 더합니다 int + int는 int, float + float은 float, int + float ..
프로그래밍/파이썬
2022. 1. 4. 10:30