Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New to python! Loops
#4
This is homework, we will help you but first you have to show what you have. First make the list.
person_data = []
person_data.append(['Seeley', 82, 1.92])
person_data.append(['Jeff', 95, 1.86])
# ...
print(person_data)
Now continue. Chop chop.
Reply


Messages In This Thread
New to python! Loops - by Seeley307 - May-12-2020, 12:46 AM
RE: New to python! Loops - by perfringo - May-12-2020, 05:00 AM
RE: New to python! Loops - by jefsummers - May-13-2020, 04:17 PM
RE: New to python! Loops - by ibreeden - May-15-2020, 02:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Error in loops, new to Python jhall710 20 12,553 Apr-25-2017, 05:18 AM
Last Post: smbx33

Forum Jump:

User Panel Messages

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