Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to make a programming language in python

while True:
    a = input("code>>")
    exec(a)
    
#this makes a python compiler ide in python if you write print("hello world") in 
#terminal it can write hello world
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #programming #language #python
ADD COMMENT
Topic
Name
9+4 =