Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KimMinSeob
Python
Commits
852c1cba
Commit
852c1cba
authored
6 years ago
by
KimMinSeob
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
cb0b2f88
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
창소입 (1).txt
+39
-0
39 additions, 0 deletions
창소입 (1).txt
with
39 additions
and
0 deletions
창소입 (1).txt
0 → 100644
+
39
−
0
View file @
852c1cba
python 은 인터프리터이다.
not 컴파일러.
'
파이썬 language 입력 >> 기계어 출력 (machine language)
변수는 저장장치(메모리) 어딘가에 생기는것.
** 는 제곱
변수에 문자 저장할때 '' 사용
예) t='hello'
2**100 과 2.0**100.0 은 답이 다르다. (기계어적 접근)
2.0**100.0 은 근사값 나타낸다. (실수 나타냄)
//는 나눈 몫 나타냄
7//2 는 3
8//4 는 2
%는 나눈 나머지 나타냄
# 은 주석 (comment)
16진수 를 10진수로 바꾸는 문제.
2진수 >> 16진수할때 네개씩 끊어서.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment