• Name: What will be the output of the following Python code? d = {"john":40, "peter":45} d["john"]
  • What will be the output of the following Python code?

    d = {"john":40, "peter":45} d"john"

    • 40
      Correct!, Its the Value to be printed
    • "peter"
      Hmmm, Brush up the basics
    • "john"
      Hmmm, Brush up the basics
    • 45
      Recheck the key