Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[code-input] Adding Python language compatibility #1249

Merged

Conversation

davidjlongo
Copy link
Contributor

Python is regularly in the top 2-5 programming languages. It should likely be available to code-input for those writing tutorials for Python.

Copy link
Member

@kmelve kmelve left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

def review(approve):
  if approve:
    print("Awesome work!")
  else:
    print("We're sorry, but you have to change something.")

review(True)

@mariuslundgard mariuslundgard merged commit 1f71275 into sanity-io:next Mar 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants