MCPcopy Create free account
hub / github.com/geekcomputers/Python / checkBinod

Function checkBinod

binod.py:22–31  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

20
21
22def checkBinod(file): # Trying to find Binod In File Insted Of Manohar Ka Kotha
23 # master
24 with open(file, "r") as f:
25 # master
26 fileContent = f.read()
27 if "binod" in fileContent.lower():
28 print(f"**************Congratulations Binod found in {f}********************")
29 return True
30 else:
31 return False
32
33
34if __name__ == "__main__":

Callers 1

binod.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected