Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python codecademy help
#1
I need help with this code

lloyd = {
   "name":"Lloyd",
   "homework":[],
   "quizzes":[],
   "tests":[],
   }
alice = {
   "name":"Alice"
   "homework":[],
   "quizzes":[],
   "tests":[],
   }
tyler = {
   "name":"Tyler"
   "homework":[],
   "quizzes":[],
   "tests":[],
   }
Reply


Messages In This Thread
python codecademy help - by ython_skyy - Jul-08-2017, 07:04 PM
RE: python codecademy help - by ichabod801 - Jul-08-2017, 07:22 PM
RE: python codecademy help - by ython_skyy - Jul-08-2017, 07:34 PM

Forum Jump:

User Panel Messages

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