Open jrg94 opened 3 years ago
Right now, there is convenient ways to access code as follows:
>>> repo["Python"]["Hello World"].code() "print('Hello, World!')\n"
The user needs the exact name of the language and program to get anything useful. Maybe make it case insensitive at the very least.
Right now, there is convenient ways to access code as follows:
The user needs the exact name of the language and program to get anything useful. Maybe make it case insensitive at the very least.