Get your own Python server Result Size: 625 x 565
x
 
#Import os and stat Library
import os,stat
#print the current working directory in bytestring
print(os.getcwdb())
b'/home/Pv6pub'