Skip to content

Conversation

@01e9
Copy link

@01e9 01e9 commented Aug 29, 2019

Python supports named arguments

def test(a, b, c):
  print("a={0} b={1} c={2}".format(a, b, c))

test(b="World", c="Yeah!", a="Hello")

https://repl.it/repls/HarmlessRespectfulCodegeneration

Python supports named arguments
@01e9 01e9 changed the title Schemas and Types: removed Python from ordered args example Schemas and Types: minor fixes Aug 29, 2019
@carolstran
Copy link
Member

Hey hey 👋🏼 the Gatsby migration (#938) has been merged so now we can update the content again. Could you please resolve the conflicts on your branch?

@01e9
Copy link
Author

01e9 commented Nov 9, 2020

Hi, no, I deleted my fork

@carolstran
Copy link
Member

@01e9, ok no problem! I'll close this PR then.

@carolstran carolstran closed this Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants