Spaces:
Sleeping
Sleeping
| import os | |
| current_directory = os.getcwd() | |
| print("دایرکتوری جاری:", current_directory) | |
| os.makedirs("/home/user/app/Hosna") | |
| import os | |
| current_directory = os.getcwd() | |
| print("دایرکتوری جاری:", current_directory) | |
| os.makedirs("/home/user/app/Hosna") | |