You are viewing a single comment's thread. Return to all comments →
import sys m=sys.stdin.read() if "#include" in m: print("C") elif "java" in m: print("Java") else: print("Python")
Seems like cookies are disabled on this browser, please enable them to open this website
Building a Smart IDE: Programming Language Detection
You are viewing a single comment's thread. Return to all comments →