Documentation Error on 3.10.1: https://docs.python.org/3/tutorial/introduction.html
Oct. 5, 2022
1:25 a.m.
word = 'Python' word[0] # character in position 0 'P'It should be upper case "P". Best Regards,N. Srivasan
October 2022
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
1248
Age (days ago)
1248
Last active (days ago)
1 comments
2 participants
participants (2)
-
N. Srinivasan -
Zachary Ware