텍스트 계산기 정보
Linux 텍스트 계산기본문
byoungguk@linuxtip:~$ bc
bc 1.06.94
Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc.
This is free software with ABSOLUTELY NO WARRANTY.
For details type `warranty'.
1234 + 12345
13579
1234*23
28382
저는 보통 python 을 많이 이용합니다.
byoungguk@linuxtip:~$ python
Python 2.6.4 (r264:75706, Dec 7 2009, 18:45:15)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 25 * 30
750
>>> 30 * 2.54
76.200000000000003
>>>
추천
0
0
댓글 0개