hii..m stuck in an issue...and need a help
I have Try.c file having contents
ValidateFunction()
{
......
......
print
}
....
I want to print data between the braces {....}. Also i do not want to read the contents of file line by line because file is of very big size.How can I get this in Python?