[Tutor] Python question

Alan Gauld alan.gauld at yahoo.co.uk
Mon Nov 2 05:32:01 EST 2020


On 02/11/2020 07:58, jasmine wrote:
> Hi,
> I was wondering how can I allow a user to input an arbitrary number of
> names? (im using the version 2020.2.1)

I have no idea what version that refers to but you can see the python
version when you start the interpreter:

Python 3.8.5 (default, Jul 28 2020, 12:59:40)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>

So I am using version 3.8.5

That will be more helpful to us than specifying the date.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list