Skip to content

Commit 50acfb7

Browse files
authored
Update myJavapy.py
1 parent c267ca7 commit 50acfb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

myJavapy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def check_dirpath(self, dirpath):
6363

6464
def run(self):
6565
while True:
66-
path = print("Please input the full path to the folder for save the Java files and classes (eg: C:\\abc\\Downloads\\java_prgm).")
66+
print("Please input the full path to the folder for save the Java files and classes (eg: C:\\abc\\Downloads\\java_prgm).")
6767
path = input("Enter path: ")
6868
self.check_dirpath(path)
6969
break

0 commit comments

Comments
 (0)