With this course, you will:

  • Hone your problem-solving skills in Python
  • Practice with coding exerises
  • Earn a professional certificate
Fi Coin

Average Salary (US)

$113,000

Fi Box

Prerequisites

Fi Coin

Average Salary (US)

$113,000

Fi Box

Prerequisites

Course Hero Image
Practice Course

Practice: Python Coding

Hone your problem-solving skills in Python with this engaging set of coding exercises.

  • Level: Intermediate

  • Duration: 1 month

  • Type: Interactive

  • Language: English

  • challenge

    Practice Problems: 145+

Sneak Peek

Create a program to find all factors of a given number.

Instructions

  • Define a function named find_all_factors() with a single argument num.
  • Inside the function, return a list of numbers that are factors of num.
  • If the input number is less than 1, return an empty list.

Example

For input value:

8

The output of the program will be:

[1, 2, 4, 8]
main.py

Learn by Doing

Fact: You can't learn to code without writing code yourself.

Get Certified

Earn certification through our curated career paths and showcase your new skills in LinkedIn.Boost your career with professional certifications and impress your potential employers on LinkedIn.

CERTIFICATE OF COMPLETION

This is to certify that

Jane Doe

has successfully completed the course

Practice: Python Coding

Practice courses similar to this

Practice courses similar to this

Loading...Loading...