파이썬기본출력
-
파이썬 기초 1. 문자열 출력과 옵션 사용PYTHON 2020. 8. 24. 23:07
🎯 파이썬 기본문법의 시작인 프린트 함수와 출력 옵션을 알아본다. 한글설정 { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "label": "Project Label", "type": "shell", "command": "python", "args": [ "${file}" ], "presentation": { "reveal": "always", "panel": "new" }, "options": { "env": { "PYTHONIOENCODING": "UTF-8" } }, "group": { "kind..