O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

7 range(3) in Python is equivalent to:

पायथन में range(3) के बराबर है:

Previous Question Next Question

8 Which of these is false about recursion?

इनमें से कौन सी पुनरावृत्ति के बारे में गलत है?

Previous Question Next Question

12 How can you create a NumPy array from a Python list?

आप Python सूची से NumPy सरणी कैसे बना सकते हैं?

Previous Question Next Question

14 What is the current syntax of remove a file?

remove() फाइल का वर्तमान सिंटैक्स क्या है?

Previous Question Next Question

21 What will be the output of : infile.read(2)

निम्नलिखित कोड का आउटपुट क्या होगा? infile.read(2)

Previous Question Next Question