C-15-Q134mediumsingle_mcq
Running print('Hello') in Python produces the output:
Running print('Hello') in Python produces the output:
- a'Hello'
- bHello
- c"Hello"
- dAn error
ব্যাখ্যা
print('Hello') outputs the string content without the quotation marks, so the screen shows just Hello.