ar
Feedback
Python Quiz

Python Quiz

الذهاب إلى القناة على Telegram

إظهار المزيد
لم يتم تحديد البلدالفئة غير محددة
607
المشتركون
لا توجد بيانات24 ساعات
لا توجد بيانات7 أيام
لا توجد بيانات30 أيام
أرشيف المشاركات
What is the output of the set operation
Anonymous voting

photo content

In Python 3, what is the type of type(range(5))
Anonymous voting

What will this code output?
Anonymous voting

photo content

Choose the correct function declaration of fun1() so that we can execute the function call successfully
Anonymous voting

photo content

What is the output of the following function call
Anonymous voting

photo content

What is the value of x
Anonymous voting

photo content

The `minsplit` parameter to split() specifies the minimum number of splits to make to the input string.
Anonymous voting

What is the correct syntax to output the type of a variable or object in Python?
Anonymous voting

Which method can be used to return a string in upper case letters?
Anonymous voting

If b is a dictionary, what does any(b) do?
Anonymous voting

Which is invalid in python for z = 5 ?
Anonymous voting

Which collection is ordered, changeable, and allows duplicate members?
Anonymous voting

How do you create a variable with the numeric value 5?
Anonymous voting

Which one is NOT a legal variable name?
Anonymous voting

What is the output of the following code? eval(''1 + 3 * 2'')
Anonymous voting