파이썬 쉘에서 단순 계산

Jmnote (토론 | 기여)님의 2017년 3월 27일 (월) 11:09 판 (새 문서: ==개요== ;파이썬 인터랙티브 쉘 <source lang='console'> root@zetawiki:~# python Python 2.7.6 (default, Jun 22 2015, 17:58:13) [GCC 4.8.2] on linux2 Type "help", "copyright"...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

파이썬 인터랙티브 쉘
root@zetawiki:~# python
Python 2.7.6 (default, Jun 22 2015, 17:58:13) 
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 2+2
4
>>> 4/2
2
>>>

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}