Computer Science, asked by sukhmandhawan88, 3 months ago

python write the definition of a function named print starbucks that receives

Answers

Answered by charan555
1

Explanation:

def function() :

return ' star bucks'

if ' __name__' == '__main__' :

print ( function())

Similar questions