Epys Tech
@EpysTech
How to convert .py file to .exe file in repl.it
PattanAhmed @EpysTech Hi,
It seems like you can't do it in Python as it is an Interpreted Language...
However, You can use C#, C++, C instead (IG)
*Hope this helps
Please mark my answer if this helps*3 years ago
EpysTech @Coder100 how to do that ....can i do that using c++ in repl.it because i currently have no laptop3 years ago
Coder100 Hi! That is not possible. Python is an interpreted language, not a compiled language. Use something like C#, C++, or C instead.3 years ago