Computer Science, asked by thangasamyr98, 5 months ago

what will be the out put of the folling python code print ('ab'.isalpha ()

Answers

Answered by rishiramanuja
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 valeriy69
3

True

\small\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions