Documentation Error on 3.10.1: https://docs.python.org/3/tutorial/introduction.html
5 Oct
2022
5 Oct
'22
1:25 a.m.
word = 'Python' word[0] # character in position 0 'P'It should be upper case "P". Best Regards,N. Srivasan
5 Oct
5 Oct
3:12 p.m.
New subject: Documentation Error on 3.10.1: https://docs.python.org/3/tutorial/introduction.html
On Wed, Oct 5, 2022 at 9:25 AM N. Srinivasan via docs <docs@python.org> wrote:
word = 'Python' word[0] # character in position 0 'P'
It should be upper case "P".
It is :) -- Zach
793
Age (days ago)
793
Last active (days ago)
1 comments
2 participants
participants (2)
-
N. Srinivasan
-
Zachary Ware