코딩Coding
-
Python)Int, Str, list, for 연습코딩Coding/Mojo★Python파이썬_연습 2020. 6. 18. 11:04
https://repl.it/@YounghaKim/ProductivePastApplicationsuite#main.pyProductivePastApplicationsuiteA Python repl by YounghaKimrepl.it Python 기초 1편 - https://cannonhiter.tistory.com/m/12Python 기초 1편 1. 대화식 모드로 프로그래밍 하기 - 파이썬 실행방법 ( Anaconda Prompt ) 첫 번째 방법으로 대화식 모드를 이용하는 것입니다. python으로 접속 후 코드를 작성하시면 출력값이 나옵니다. 하지만 불��cannonhiter.tistory.com
-
Python)Dicts 연습코딩Coding/Mojo★Python파이썬_연습 2020. 6. 18. 02:25
Dicts nico = { "name" : "Nico", "age" : 29, "korean": True, "fav_food": ["Kimchi", "sashimi"] } print(nico) 결과값 Dicts 자료 추가 하기 nico = { "name" : "Nico", "age" : 29, "korean": True, "fav_food": ["Kimchi", "sashimi"] } print(nico) nico["handsome"] = True print(nico) 결과 https://nomadcoders.co/ Nomad Coders 코딩은 진짜를 만들어보는거야!. 실제 구현되어 있는 서비스를 한땀 한땀 따라 만들면서 코딩을 배우세요. nomadcoders.co
-
Popular Beginner Python Concepts코딩Coding/Mojo★Python파이썬 2020. 6. 17. 18:29
https://blog.repl.it/popular-beginner-python-career-karma Popular Beginner Python Concepts Python is a programming language that’s widely favored by beginners. It’s no wonder, really. Python has a simple syntax which many people say resembles… blog.repl.it