8 wiersze
90 B
Python
8 wiersze
90 B
Python
![]() |
# -*- coding: utf8 -*-
|
||
|
|
||
|
import example
|
||
|
|
||
|
# Running the Rust module
|
||
|
print(example.fibo(4))
|
||
|
|