7 lines
137 B
Python
7 lines
137 B
Python
#! /usr/bin/env python3
|
|
|
|
import os, sys
|
|
|
|
|
|
if not os.path.exists(os.sep + "home" + os.sep + os.environ["USER"]) is True:
|
|
print("yes") |