This website requires JavaScript.
Explore
Help
Register
Sign In
Rust-related
/
RustPython
Watch
1
Star
0
Fork
1
You've already forked RustPython
mirror of
https://github.com/RustPython/RustPython.git
synced
2026-06-17 01:51:39 +09:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c435ba05ab39150c7fa6b1fc2cf34d7fb9e4317b
RustPython
/
tests
/
snippets
/
variables.py
Windel Bouwman
2354102795
Add interactive shell
2018-07-09 22:06:49 +02:00
5 lines
42 B
Python
Raw
Blame
History
a
=
8
b
=
7
assert
a
+
b
==
15
# print(a+b)
Reference in New Issue
View Git Blame
Copy Permalink