This website requires JavaScript.
Explore
Help
Register
Sign In
exercism
/
python
Watch
1
Star
0
Fork
0
You've already forked python
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
dcc052c730b178c53b1170039e56b6fbed941390
python
/
exercises
/
practice
/
forth
/
forth.py
7 lines
84 B
Python
Raw
Normal View
History
Unescape
Escape
forth: fix import line
2017-10-23 15:06:44 -05:00
class
StackUnderflowError
(
Exception
)
:
pass
forth: avoid using built-in function as variable name
2017-10-09 09:10:33 -05:00
def
evaluate
(
input_data
)
:
forth: fixes for Flake8 compliancy
2017-10-06 15:38:37 -05:00
pass
Reference in New Issue
Copy Permalink