1. Define list called "stdName" which includes your name, father's name and family: Ex
Laila Mohd AlQaisi
2. Add your Grand Father's name after your father's name.
3. Print the length of the list.
4. Sort the list.
5. Print the index where your Grand Father's name is saved.
6. Remove the element saved in index found in step 5 and print it.
7. Add your student number at the end of the list.
8. Add this ["Python Course”, “By: Laila Al-Qaisi”] to your list
use print after each step to prove doing it.
السؤال
فرح ابو صيام
1. Define list called "stdName" which includes your name, father's name and family: Ex
Laila Mohd AlQaisi
2. Add your Grand Father's name after your father's name.
3. Print the length of the list.
4. Sort the list.
5. Print the index where your Grand Father's name is saved.
6. Remove the element saved in index found in step 5 and print it.
7. Add your student number at the end of the list.
8. Add this ["Python Course”, “By: Laila Al-Qaisi”] to your list
use print after each step to prove doing it.
1 جواب على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.