5 Days

5 Challenges

5 Winners Everyday!

Solve Python challenges to get free 1-year subscription for Programiz Pro. #programizchallenge

Follow the instructions to get a chance to Win!

  1. Like the challenge post on social media.
  2. Subscribe to Programiz Youtube channel.
  3. Follow Programiz on Facebook, Instagram, Twitter and LinkedIn.
  4. Post solution in Python with hashtag #programizchallenge.

Challenges

Day #5 Challenge

Last day! Result announced!

WAP to print length of a list:

                  num_list = [1, 2, 3, 4, 5]
              

Day #4 Challenge

Result announced!

WAP to print the last item of a list:

                  my_list = [1, 2, 3]
              

Day #3 Challenge

Result announced!

WAP to reverse and print the given string:

                  my_string = "python"
              

Day #2 Challenge

Result announced!

WAP to find and print the square root of a given number:

                  num = 100
              

Day #1 Challenge

Result announced!

WAP to print only positive numbers from the list

                    numbers = [5, 9, -6, -7, 0]
for number in numbers:
  if ______:
    print(number)
                

Don't have Learn Python Yet?