ar
Feedback
Python Quiz

Python Quiz

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

إظهار المزيد
لم يتم تحديد البلدالفئة غير محددة
607
المشتركون
لا توجد بيانات24 ساعات
لا توجد بيانات7 أيام
لا توجد بيانات30 أيام
أرشيف المشاركات
print('hello'.partition('e'))
Anonymous voting

Which code snippet below will not return True?
Anonymous voting

In Python, what is the default maximum level of recursion?
Anonymous voting

How to check whether an object x is an instance of class A?
Anonymous voting

What function do you use to read a string?
Anonymous voting

Which function could be used to list every file and folder in the current directory?
Anonymous voting

Which of the following codes raises an exception?
Anonymous voting

What is the output of the following code? print(type([1,2]))
Anonymous voting

What is output of following − print("any".encode())
Anonymous voting

Which operator is right-associative?
Anonymous voting

What is a correct syntax to output "Hello World" in Python??
Anonymous voting