Coder Social home page Coder Social logo

python-cw-mini-project's Introduction

Mini-Project

الجزء الاول

  • قم بانشاء function باسم padel_court_cost
  • الـ function تاخذ argument باسم court_type
  • اذا كان court_type is indoor قم بارجاع 30
  • اذا كان court_type is outdoor قم بارجاع 20

الجزء الثاني

  • قم بانشاء function باسم rackets_cost
  • الـ function تاخذ argument باسم racket_brand
  • الـ function تقوم بارجاع اسعار مختلفة على حسب الـ racket brand
Bullpadel: 100
Nox: 140
Siux: 200

الجزء الثالث

  • قم بانشاء function باسم padel_balls_cost
  • الـ function تاخذ argument باسم ball_boxes
  • احسب سعر شراء الكرات مستعينًا بالآتي:
    • اذا تم شراء box واحد يكون السعر 2
    • اذا تم شراء two boxes يكون السعر 3.5
    • اذا تم شراء three boxes يكون السعر 5
  • قم بارجاع السعر

الجزء الرابع

  • قم بانشاء function باسم padel_game_cost
  • الـ function لا تاخذ اي arguments
  • داخل الـ function اطلب من المستخدم ادخال الآتي:
the court type
racket brand
number of ball boxes
  • استخدم الـ functions الذي قمت بانشائهم سابقًا ( padel_court_cost, padel_balls_cost, rackets_cost )
  • قم بارجاع مجموع نواتج الـ functions
  • قم بطباعة سعر الـ game اذا كان:
hours: 3
court_type: indoors
racket_brand: Nox
ball_boxes: 2

python-cw-mini-project's People

Contributors

mkalansari7 avatar vstq5 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.