exaloop / codon

A high-performance, zero-overhead, extensible Python compiler using LLVM
https://docs.exaloop.io/codon
Other
13.96k stars 498 forks source link

I cannot use input() #419

Closed j-f-paris closed 11 months ago

j-f-paris commented 1 year ago

Odeon:~/Documents/Courses/1306/Python$ more codonTest.py """ Test codon compatibility """ name = "" name = input("What's your name? ") print("So, your name is", name) Odeon:~/Documents/Courses/1306/Python$ python3 codonTest.py What's your name? Bill So, your name is Bill Odeon:~/Documents/Courses/1306/Python$ codon run codonTest.py codonTest.py:3:8-13: error: name 'input' is not defined jfparis@Odeon:~/Documents/Courses/1306/Python$

elisbyberi commented 12 months ago

Duplicate of #96

inumanag commented 11 months ago

Thank you, @elisbyberi.