Report Bug

Qus

What will be the output of the following Python code?

print("Hello {} and {}".format('foo', 'bin'))
Qus

निम्नलिखित Python कोड का आउटपुट क्या होगा?

print("Hello {} and {}".format('foo', 'bin'))


A. Hello foo and bin
B. Hello {name1} and {name2}
C. Error
D. Hello and


Solution
A. Hello foo and bin



Explanation
The output of print("Hello {} and {}".format('foo', 'bin')) will be: Hello foo and bin

Explanation:

  • The format() method is used to format the string by replacing the curly braces {} with the provided arguments in the specified order.
  • In this case, the string "Hello {} and {}" has two placeholders.
  • The first {} is replaced by the string 'foo', and the second {} is replaced by the string 'bin'.
  • The resulting string is then printed, producing the output "Hello foo and bin".
CCC Online Test Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Online Exam Quiz O Level NIELIT Study material and Quiz Bank SSC Railway TET UPTET Question Bank career counselling in allahabad Best Website and Software Company in Allahabad Website development Company in Allahabad