Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 166 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 166 Bytes

HyperCode : A tool which can convert natural language into Python Code for example:

#Write a program to add two numbers

 def add(x,y):
   return x+y