Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38734 > unrolled thread
| Started by | Bqsj Sjbq <bqsjhaha@yahoo.com> |
|---|---|
| First post | 2013-02-11 21:38 -0800 |
| Last post | 2013-02-11 21:38 -0800 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
call from pthon to shell Bqsj Sjbq <bqsjhaha@yahoo.com> - 2013-02-11 21:38 -0800
| From | Bqsj Sjbq <bqsjhaha@yahoo.com> |
|---|---|
| Date | 2013-02-11 21:38 -0800 |
| Subject | call from pthon to shell |
| Message-ID | <mailman.1690.1360655922.2939.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
>>> import os
>>> os.system("i=3")
0
>>> os.system("echo $i")
0
why i can not get the value of i?
Back to top | Article view | comp.lang.python
csiph-web