Skip to content

Instantly share code, notes, and snippets.

View amroakmal's full-sized avatar
🏡
Work from home

Amr Akmal amroakmal

🏡
Work from home
View GitHub Profile
@amroakmal
amroakmal / .py
Created August 17, 2020 15:13
response dictionary
response = {
"1234_5678": {
"passed": ["1", "2"],
"failed": [
{
"tc_id": "3",
"output": "STRING THAT IS STUDENT OUTPUT AFTER COMPILATION FOR THE GIVEN INPUT",
"expected": "STRING THAT IS THE EXPECTED OUTPUT FOR THE GIVEN INPUT"
}
]