#Import os and stat Library
import os,stat
#print the current working directory in bytestring
print(os.getcwdb())