4

When someone asks me to work on a project and I check if I've got the time to work on it

try:
import time
except ImportError:
print ("Time not available")

Result: "Time not available"

Comments
Add Comment