Skip to content

Commit a0c25f5

Browse files
author
Suraj
committed
Updated file with prompt.
1 parent 04de691 commit a0c25f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def check_point(points):
9696

9797
def SubmitUserName():
9898
User = str(UserName.get())
99-
print(type(User))
99+
print("Directory created!!")
100100
mkpath(User)
101101
path = str(os.getcwd())+"/"+(User)
102102
#going to the directory

0 commit comments

Comments
 (0)