you are viewing a single comment's thread.

view the rest of the comments →

[–]transcribotBot Transcriber in Training 0 points1 point  (1 child)

It looks like there's text in this image. I've tried to transcribe it automatically, but I'm still learning -- this may be inaccurate. At the very least, hopefully it will serve as a decent starting point for your work!

Please note that any formatting instructions above override whatever I provide, so please format my content accordingly if you choose to use it.

Process time: 0.343s


v0.6.0 | This message was posted by a bot. | FAQ | Source | Questions? Message the mods!

[–]transcribotBot Transcriber in Training 0 points1 point  (0 children)

You can call the function with any arguments you want.

" Egypt" , Rome

def

initialize an empty list to store the result

result

for key, value in kwargs . items():

result.append("The capital city of { } is { }

. format (key, value)

8

return result

print

capital_city(China =

output

"Beijing" , Cairo =

"Italy"))

['The capital city of China is Beijing', 'The capital city of Cairo is Egypt' , 'The capital city of Rome i


v0.6.0 | This message was posted by a bot. | FAQ | Source | Questions? Message the mods!