what will be the out put of the folling python code print ('ab'.isalpha ()
Answers
Answered by
2
Answer:
What will be the output of the following Python code?
print("Hello {name1} and {name2}".format(name1='foo', name2='bin'))
a) Hello foo and bin
b) Hello {name1} and {name2}
c) Error
d) Hello and
Explanation: answer the arguments are accessed by their names.
Answered by
3
True
Similar questions
Social Sciences,
2 months ago
Geography,
2 months ago
Social Sciences,
5 months ago
Math,
5 months ago
Biology,
10 months ago
Math,
10 months ago