chrivers / chrivers/pyjaco

Pyjaco version on pyjaco.org is outdated (was: Compiler doesn't construct a dict in the right manner)

Open
#78 3 comments 0 reactions 0 assignees View on GitHub
compiler
Dominant language
Python
Stars
140
Forks
18
PR merge metrics
No merged PRs in 30d

Description

Example code:

def createDict(key, value):
return {key: value}

if str(createDict("k", "v")) != "{'k': 'v'}":
raise Exception("Dict wrong")

The result is:
{'key': 'v'}
And it should be:
{'k': 'v'}

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.