On 25/12/2020 19:10, kostas margelos wrote:
> To whom it may concern,
> 
> I just installed python 3.9.1(64bit) on my pc and trying to learn how to
> program.

There are a ton of videos on YouTube on starting with IDLE,
try watching one of those. If your bandwidth is limited an old-school
text/graphics tutorial is here:

https://www.hashcollision.org/hkn/python/idle_intro/

It's very old (uses Python v2.4!) but apart from needing to
put () around your print strings it's still valid.

ie use

print("Hello")

instead of

print "Hello"

Or look at the introductory sections in my tutorial(see below)
for other options.

-- 
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


_______________________________________________
IDLE-dev mailing list
IDLE-dev@python.org
https://mail.python.org/mailman/listinfo/idle-dev

Reply via email to