python3
os.makedirs(checkin_dir, 0o777)
python 2
os.makedirs(checkin_dir, 0777)
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 1 year has passed since last update.
python3
os.makedirs(checkin_dir, 0o777)
python 2
os.makedirs(checkin_dir, 0777)
Register as a new user and use Qiita more conveniently
Go to list of users who liked