python3
os.makedirs(checkin_dir, 0o777)
python 2
os.makedirs(checkin_dir, 0777)
Go to list of users who liked
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