Have a simple question in the Integer calculator in Python 2.65 and
also 2.7..
The consol showing:
Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 7.0/3 #fist to show floiting-point calculation
2.3
On Sep 22, 1:44 pm, Jussi Piitulainen
wrote:
> joni writes:
> > Have a simple question in the Integer calculator in Python 2.65 and
> > also 2.7..
>
> > The consol showing:
>
> > Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)
> ...
> > >>> -
Hi,
Does Pygame work with 3.11? with 3.10 no problems.
Br Joni
--
https://mail.python.org/mailman/listinfo/python-list
Hi all,
I'm landing here because I need some help that I couldn't get through it.
Question 1.
I want to call a source command from python script. It will source
some variables enviroment for further commands. I tried the following which did
not work
os.sys('source '+source_text)
call(['source'
Hi all,
I write a small script
texts = os.popen('top').readlines()
print texts
It calls the command line "top" and will print out some texts.
But first I have to press the keyboard "q" to quit the subprocess "top", then
the texts will be printed, otherwise it just stands by with blank.
Questio
Hi all,
I write a small script
status = os.popen('top').readlines()
print status
It calls the command line "top" and will print out the status.
But I have to press the keyboard "q" to quit "top", then the status will be
printed, otherwise it just stands by with blank.
Question is. Do you know
Receive the TRUE story of Christmas via e mail, just click on the
link. Thank you !!
http://app.formassembly.com/forms/view/56128
--
http://mail.python.org/mailman/listinfo/python-list