mirror of
https://github.com/php-win-ext/phpy.git
synced 2026-03-24 17:02:15 +01:00
5 lines
95 B
Python
5 lines
95 B
Python
from php import gmp
|
|
|
|
sum = gmp.add("123456789012345", "76543210987655")
|
|
print(gmp.strval(sum))
|