O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

9 If a is a dictionary with some key-value pairs, what does a.popitem() do?

यदि कुछ की-वैल्यू वाले पेअर के साथ एक ड़िक्शनरी है,तो a.popitem () क्या करता है?

Previous Question Next Question

14 What will return by math.trunc() function in python

पायथन में Math.trunc() फ़ंक्शन द्वारा क्या लौटाया जाएगा

Previous Question Next Question

15 os.getlogin() function return?

os.getlogin() फ़ंक्शन क्या रिटर्न करेगा ?

Previous Question Next Question

17 Suppose list1 = [0.5 * x for x in range(0, 4)], list1 is:

मान लीजिए list1 = [0.5 * x for x in range(0, 4)], list1 है:

Previous Question Next Question

20 Choose the correct option with respect to Python.

पाइथन के सन्दर्भ में सही विकल्प का चयन कीजिए

Previous Question Next Question