add tdd script

This commit is contained in:
Rohit Tanwar
2018-02-13 21:00:15 +05:30
parent ab80b1ba0f
commit 46a5319fa7
4 changed files with 27 additions and 2 deletions

View File

@ -1,4 +1,3 @@
import os
import re
codeRe = "```\s*python([\s\S]*?)```"
def title_case(str):