Skip to content

Basic_Maths 6.7

Latest

Choose a tag to compare

@LinuxUsersLinuxMint LinuxUsersLinuxMint released this 16 Aug 13:51
· 5 commits to main since this release
d0feaf8

Bilgi: LXLM-Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/6.7/basic_maths.html

Yenilikler:

  • pyappdevkit kütüphanesin tüm fonksiyonlarını ekstra koda ihtiyaç duyulmadan kullanılabilmesi için
#!/usr/bin/python3

import pyappdevkit

kodu

#!/usr/bin/python3

from pyappdevkit import *

olarak değiştirilmiştir.

Information: For detailed information about the LXLM-Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/6.7/basic_maths.html

Innovations:

  • To enable the use of all functions of the pyappdevkit library without the need for extra code,
#!/usr/bin/python3

import pyappdevkit

code

#!/usr/bin/python3

from pyappdevkit import *

.