+ 1
Small help needed as a beginner. 😊
x = "good" then in python what is the code to read its 1st letter ? Help needed. !!
3 Respuestas
+ 2
Thank You !! 😀
+ 2
I guess x[0] is enough, if you're not going to print it.
0
Thanks
x = "good" then in python what is the code to read its 1st letter ? Help needed. !!