✨ Earn college credits in Cybersecurity, JS, HTML, CSS and Python

🤑 Join the Treehouse affiliate program and earn 25% recurring commission!

New No-Code Track! 🚀start learning today!

🌟 Dreaming of a bright future? 🎓 Ask about the Treehouse Scholarship program! 🚀

✨ Earn college credits in Cybersecurity, JS, HTML, CSS and Python

🤑 Join the Treehouse affiliate program and earn 25% recurring commission!

  • Treehouse Logo
  • Plans
    Chevron
    • For Individuals
    • For Businesses
    • For Schools
    • For Libraries
    • For Military
  • Library
    Chevron
    • All Courses
    • Tracks
    • College Credit
  • Techdegree
    Chevron
    • Overview
    • Front End Development
    • Full Stack JavaScript
    • Data Analysis
    • UX Design
    • Python
  • Community
    Chevron
    • Code Adventures
    • Discord
    • Forum
    • Success Stories
    • Treehouse Links
    • 100 Days of Code
  • Resources
    Chevron
    • Career Toolbox
    • CodeForward
    • Free Treehouse Near Me
    • Jobs
    • Blog
    • Support
    • About
  • For Individuals For Businesses For Schools For Libraries For Military
  • All Courses Tracks College Credit
  • Overview Front End Web Development Full Stack JavaScript Python Development Data Analysis UX Design
  • Code Adventures Discord Forum Success Stories Treehouse Links 100 Days of Code
  • Career Toolbox CodeForward Free Treehouse Near Me Jobs Blog Support About
  • Sign In
  • Free Trial
Instagram Twitter Facebook YouTube LinkedIn
    • Newest
      • Newest
      • Active
      • Unanswered
      • Featured
    • All Topics
      • All Topics
      • • General Discussion
      • • AI
      • • Android
      • • APIs
      • • Coding for Kids
      • • College Credit
      • • Computer Science
      • • CSS
      • • Data Analysis
      • • Databases
      • • Design
      • • Development Tools
      • • Digital Literacy
      • • Game Development
      • • Go Language
      • • HTML
      • • Java
      • • JavaScript
      • • Learning Resources
      • • Machine Learning
      • • No-Code
      • • PHP
      • • Professional Growth
      • • Python
      • • Quality Assurance
      • • React
      • • Ruby
      • • Security
      • • Swift
    • Showing results for:
    • Python
    • Technical Interview Prep: Python Basics
    • Basic Python
    • Once You Pop
    • Close
  • Leslio McKeown
    seal-mask
    .a{fill-rule:evenodd;}techdegree
    Leslio McKeown
    Python Development Techdegree Student 9,530 Points

    Create a function called pop. It will take 2 parameters, a list and an index.

    Posted on Sep 15, 2022 by Leslio McKeown
    .a{fill-rule:evenodd;}techdegree
    Leslio McKeown
    Python Development Techdegree Student 9,530 Points
    • Python
    • Technical Interview Prep: Python Basics
    • Basic Python
    • Once You Pop

    1 Answer

  • Juventina Berenice Ibarra Sanchez
    seal-mask
    .a{fill-rule:evenodd;}techdegree seal-36
    Juventina Berenice Ibarra Sanchez
    UX Design Techdegree Graduate 17,982 Points

    Create a function called pop. It will take 2 parameters, a list and an index. For example: [1,2,

    Posted on Sep 6, 2022 by Juventina Berenice Ibarra Sanchez
    .a{fill-rule:evenodd;}techdegree seal-36
    Juventina Berenice Ibarra Sanchez
    UX Design Techdegree Graduate 17,982 Points
    • Python
    • Technical Interview Prep: Python Basics
    • Basic Python
    • Once You Pop

    1 Answer

  • Sergio Andrés Herrera Velásquez
    PLUS
    Sergio Andrés Herrera Velásquez
    Courses Plus Student 23,765 Points

    IndexError'Invalid Index')

    Posted on Mar 5, 2022 by Sergio Andrés Herrera Velásquez
    Sergio Andrés Herrera Velásquez
    Courses Plus Student 23,765 Points
    • Python
    • Technical Interview Prep: Python Basics
    • Basic Python
    • Once You Pop

    2 Answers

  • Andy McDonald
    seal-mask
    .a{fill-rule:evenodd;}techdegree seal-36
    Andy McDonald
    Python Development Techdegree Graduate 13,801 Points

    index given to .pop() is not removing correct list entry

    Posted on Dec 23, 2021 by Andy McDonald
    .a{fill-rule:evenodd;}techdegree seal-36
    Andy McDonald
    Python Development Techdegree Graduate 13,801 Points
    • Python
    • Technical Interview Prep: Python Basics
    • Basic Python
    • Once You Pop

    1 Answer

  • Trenton Spears
    seal-mask
    .a{fill-rule:evenodd;}techdegree seal-36
    Trenton Spears
    Python Development Techdegree Graduate 16,969 Points

    Once You Pop

    Posted on Jul 14, 2021 by Trenton Spears
    .a{fill-rule:evenodd;}techdegree seal-36
    Trenton Spears
    Python Development Techdegree Graduate 16,969 Points
    • Python
    • Technical Interview Prep: Python Basics
    • Basic Python
    • Once You Pop

    1 Answer

  • Noor Hafiza Binti Ibrahim
    Noor Hafiza Binti Ibrahim
    11,712 Points

    Create a function called pop. It will take 2 parameters, a list and an index. For example: [1,2,3], 1 Your function wil

    Posted on Jul 9, 2021 by Noor Hafiza Binti Ibrahim
    Noor Hafiza Binti Ibrahim
    11,712 Points
    • Python
    • Technical Interview Prep: Python Basics
    • Basic Python
    • Once You Pop

    2 Answers

  • Noor Hafiza Binti Ibrahim
    Noor Hafiza Binti Ibrahim
    11,712 Points

    Bummer: Uh oh, I didn't get the correct value returned. It should have been [5, 6, 7, 9]. Instead, it was 8

    Posted on Jul 9, 2021 by Noor Hafiza Binti Ibrahim
    Noor Hafiza Binti Ibrahim
    11,712 Points
    • Python
    • Technical Interview Prep: Python Basics
    • Basic Python
    • Once You Pop

    1 Answer

  • Danielle Murray
    seal-mask
    .a{fill-rule:evenodd;}techdegree seal-36
    Danielle Murray
    Python Development Techdegree Graduate 7,755 Points

    Hi could you please help me get the right output for this task, I'm getting a syntax error on my first line

    Posted on Jun 14, 2021 by Danielle Murray
    .a{fill-rule:evenodd;}techdegree seal-36
    Danielle Murray
    Python Development Techdegree Graduate 7,755 Points
    • Python
    • Technical Interview Prep: Python Basics
    • Basic Python
    • Once You Pop

    3 Answers

  • Danielle Murray
    seal-mask
    .a{fill-rule:evenodd;}techdegree seal-36
    Danielle Murray
    Python Development Techdegree Graduate 7,755 Points

    Hi could you please help me with this task. I am getting an error on my pop function and i am struggling to get output.

    Posted on Jun 7, 2021 by Danielle Murray
    .a{fill-rule:evenodd;}techdegree seal-36
    Danielle Murray
    Python Development Techdegree Graduate 7,755 Points
    • Python
    • Technical Interview Prep: Python Basics
    • Basic Python
    • Once You Pop

    1 Answer

Posting to the forum is only allowed for members with active accounts.
Please sign in or sign up to post.

    Treehouse

  • About
  • Blog
  • Careers
  • Community
  • Stories
  • Shop
  • Contact
  • Gift Card

See Full Catalogue

Techdegree

  • Front End Web Development
  • Full Stack JavaScript
  • Python Development
  • Data Analysis
  • UX Design

Tracks

  • Learn to Code for Beginners
  • Beginning Python
  • Beginning SQL
  • Beginning Java
  • ...see more

Courses

  • JavaScript Basics
  • Intro to HTML & CSS
  • Python Basics
  • CSS Layout
  • ...see more

Explore

  • Plans
  • Affiliates
  • Perks
  • Free Treehouse Near Me
  • Treehouse for Libraries
  • Treehouse for Businesses
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
  • Instagram
Terms & Conditions | Privacy

© 2025 Treehouse Island, Inc.