Comment créer votre propre langage de programmation dans Python
run = True
while run:
code = input('>>')
if code != "exit":
if code == "say:":
say_what = input("....")
print(say_what)
try:
if code == "if:":
statement_true = None
if_what = input('what')
if if_what:
print("True")
else:
print("Flase")
except:
print(f"Error")
#credit me i am vivaan please or if i find you i will report.
vivaan dabral