Skip to content

abdullazizalsardi/python-cw-6

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Sixth-day

الجزء الاول

  • قم بعمل fork للـ repository
  • قم بعمل clone للـ repository
  • افتح ملف main.py
  • قم بانشاء dictionary باسم person لديه ثلاثة صفات properties واعط قيمة من اختيارك لكل واحدة منهم:
    name: string
    age: number
    hobbies: list of strings
  • قم بطباعة الاسم فقط
  • قم بطباعة العمر فقط

الجزء الثاني

  • قم بتغيير العمر الى رقم اخر
  • اضف صفة جديدة new property باسم country واعط لها بلد من اختيارك
  • قم بطباعة الـ person dictionary
  • قم بطباعة عدد العناصر التي يتحتويها الـ person dictionary

الجزء الثالث

  • قم باضافة new hobby من اختيارك الى الـ hobbies الموجودة لدى الـ person dictionary
  • قم بانشاء function باسم check_hobbies تاخذ argument باسم person
  • ستقوم الـ function بالنظر الى الـ person dictionary اذا كان لديه اكثر من three hobbies ستقوم بطباعة:
WOW YOU ARE AMAZING

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%