Rust-Programming-Cookbook/Chapter08/python-rust-library/test.py

8 wiersze
90 B
Python

# -*- coding: utf8 -*-
import example
# Running the Rust module
print(example.fibo(4))