Traceback (most recent call last):
File "c:\xampp\htdocs\laravel_blog\تجربة.py", line 1, in <module>
print("{1}, {2}, {3}".format('a', 'v', 'c'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
IndexError: Replacement index 3 out of range for positional args tuple
السؤال
Abdulhamid Alhazzouri
عندما اقوم بكتابة الكود كما في شرح
print("{1}, {2}, {3}".format('a', 'v', 'c'))
يخرج الخطأ التالي
Traceback (most recent call last):
File "c:\xampp\htdocs\laravel_blog\تجربة.py", line 1, in <module>
print("{1}, {2}, {3}".format('a', 'v', 'c'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
IndexError: Replacement index 3 out of range for positional args tuple
1 جواب على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.