We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c267ca7 commit 50acfb7Copy full SHA for 50acfb7
myJavapy.py
@@ -63,7 +63,7 @@ def check_dirpath(self, dirpath):
63
64
def run(self):
65
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).")
+ print("Please input the full path to the folder for save the Java files and classes (eg: C:\\abc\\Downloads\\java_prgm).")
67
path = input("Enter path: ")
68
self.check_dirpath(path)
69
break
0 commit comments