Skip to content

Commit ffb0d23

Browse files
Bug Fix.
1 parent 1cdb939 commit ffb0d23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

EN/Basic_Maths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/Basic_Maths"""
77

88
from math import *
9-
from PyAppDevKit.LibFunc.pyappdevkit import *
9+
from pyappdevkit import *
1010

1111
""" TR (Turkish / Türkçe):
1212
NOT: InputN1N2() sadece 2 sayının istendiği durumlarda kullanılabilir.

TR/Basic_Maths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/Basic_Maths"""
77

88
from math import *
9-
from PyAppDevKit.LibFunc.pyappdevkit import *
9+
from pyappdevkit import *
1010

1111
""" TR (Turkish / Türkçe):
1212
NOT: InputN1N2() sadece 2 sayının istendiği durumlarda kullanılabilir.

0 commit comments

Comments
 (0)