Coder Social home page Coder Social logo

py-functions-task's Introduction

Py-Functions-Task

List=[1,2,3,4]

Tasks:

  • Question 1: Write a function that takes two numbers and return their sum
  • Question 2: Prints all the elements in the list using a for loop
  • Question 3: Write a Python program to sum all the items in the list
  • Question 4: Write a Python program to get the largest number from the list
  • Question 5: write a function that take a list and a number then return a new partial list starting from index 0 to index "number"
  • Question 6: Loop through the letters in the string: "Tuwaiq_Academy
  • Question 7: Consider this list = ["Python", "C++", "Java"] Exit the loop when x is equal to "C++"
  • Question 8: Write a function that receives a list containing different numbers, rearranges the list so that the zeros are the end of the list, and finally returns the arranged list

Additional Challenge:

  • Build a phone book program that receives the phone number, and returns the name of the owner. You can follow the table below:

Contact Table

Name Number
Ahmed 0551112222
Saad 0551113333
Sultan 0551114444
Morad 0551115555
Abdullah 0551116666

This is the list of dictionaries you can use to build this function:

contactTable=[{"name":"Ahmed","Phone":"0551112222"},{"name":"Saad","Phone":"0551113333"},{"name":"Sultan","Phone":"0551114444"},{"name":"Morad","Phone":"0551115555"},{"name":"Abdullah","Phone":"0551116666"}]

  • If the number exists, print the owner. Otherwise, print "Sorry, the number is not found".
  • If the number is less or more than 10 numbers, print "This is invalid number".
  • If the number contains letters or symbols, print "This is invalid number".

Submission:

  • After finishing the task upload your Python script file to the forked repo and then create a pull request.

py-functions-task's People

Contributors

alialhazmi avatar abdullah-alsabi avatar taifaldehbash avatar abdulazizaltasan avatar n4if11 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.