What is the output of the following Python code? (x + y) = 5 + 3 print(x + y)
- 5
- 8
- SyntaxError
- None of these
Explanation
- (x + y) = 5 + 3 is not a valid assignment in Python.
- The program raises a SyntaxError before execution.
Verified & Updated
Related MCQs
- 5
- 8
- SyntaxError
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
حروف، اعداد اور خاص علامات پر مشتمل پاس ورڈ زیادہ مضبوط کیوں سمجھا جاتا ہے؟
- It reduces password length
- It increases possible combinations
- It is easier to remember
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
مندرجہ ذیل میں سے ڈیٹا پروسیسنگ کی درست ترتیب کون سی ہے؟
- Input → Processing → Output → Storage
- Processing → Input → Storage → Output
- Storage → Input → Processing → Output
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
ڈبل انڈر لائن کے لیے شارٹ کٹ کی کیا ہے؟
- Ctrl + Shift + D
- Ctrl + Ctrl + Shift + B
- Ctrl + Ctrl + Shift + U
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
سنٹرل پروسیسنگ یونٹ کس کام کا ذمہ دار ہے؟
- Processing instructions and calculations
- Displaying images and associated text
- Typing input for processing
- None of these