Python/Nomadcoder Python Challenge
-
[Python] Nomadcoder Python Challenge Day - 1Python/Nomadcoder Python Challenge 2021. 11. 1. 18:29
2주 짜리 노마드 코더 파이썬 챌린지에 신청해봤다. 기본적인 내용으로 시작해서 프로젝트까지 이어진다 Day-1 내용은 이러하다 #0 Data Types of Python #1 Lists in Python #2 Tuples and Dicts #3 Built in Functions Boolean 파이썬에서는 불리언 타입의 앞글자를 대문자로 쓰지만 자바스크립트에서는 소문자로 사용한다 # in Python is_boolean = True is_boolean = False // in Javascsript var is_boolean = true var is_boolean = false Naming Convention # Pythonn # snake_case this_is_naming_in_python = "name..