This website requires JavaScript.
Explore
Help
Register
Sign In
mschoi
/
RustPython
Watch
1
Star
0
Fork
0
You've already forked RustPython
forked from
Rust-related/RustPython
Code
Pull Requests
Actions
Activity
Files
framestack
RustPython
/
tests
/
snippets
/
function.py
Windel Bouwman
2354102795
Add interactive shell
2018-07-09 22:06:49 +02:00
5 lines
45 B
Python
Raw
Permalink
Blame
History
def
foo
(
)
:
return
42
assert
foo
(
)
==
42
View Git Blame
Copy Permalink