Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to correctly index
#2
names = ["Mike", "Johnson","Kennedy"]
print(names[0])
print(names[1])
Output:
Mike Johnson
I welcome all feedback.
The only dumb question, is one that doesn't get asked.
My Github
How to post code using bbtags


Reply


Messages In This Thread
how to correctly index - by arman888 - May-19-2020, 02:47 AM
RE: how to correctly index - by menator01 - May-19-2020, 03:29 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020