The parent_directory function returns the name of the directory that's located just above the current working directory

前端 未结 0 1132
有刺的猬
有刺的猬 2020-11-27 18:20

check Out import os def parent_directory(): # Create a relative path to the parent # of the current working directory relative_parent = os.path.join(___, ___) # Return the a

相关标签:
回答
  • 消灭零回复
提交回复
热议问题