O Level Previous paper
رفتن به کانال در Telegram
https://youtube.com/@Satya806 सभी लोग इस Channel को Subscribe कर लो https://t.me/O_levelpaper Telegram group Quiz 👉https://t.me/o_levelsatya #M4-R5_Paper #M2R5 #O_Level #M3R5_Notes #M1R5Video #PaidClass_O_Level #O_Level_Notes #Satya_Sir
نمایش بیشتر763
مشترکین
اطلاعاتی وجود ندارد24 ساعت
-17 روز
+230 روز
آرشیو پست ها
1 ककलोबाइट (KB) ककिने बाइट के बराबर होिे है ?
• (A) 1024 बाइट
• (B) 1024 मेगाबाइट • (C) 1024 गीगाबाइट • (D) इनमें से िोई नह
Which of the following is not a core data type in Python programming?
a) Tuples
b) Lists c) Class d) Dictionary
Which of the following functions is a built-in function in python?
a) factorial()
b) print() c) seed() d) sqrt()
Which of the following is the truncation division operator in Python?
a) |
b) // c) / d) %
What does pip stand for python?
a) Pip Installs Python
b) Pip Installs Packages c) Preferred Installer Program d) All of the mentioned
Which of the following character is used to give single-line comments in Python?
a) //
b) # c) ! d) /*
Which keyword is used for function in Python language?
a) Function
b) def c) Fun d) Define
Which of the following is used to define a block of code in Python language?
a) Indentation
b) Key c) Brackets d) All of the mentioned
What will be the value of the following Python expression?
4 + 3 % 5
my_tuple = (1, 2, 3, 4)
my_tuple.append( (5, 6, 7) )
print len(my_tuple)
