From 76161f27ca6f9ebe31e6e943e89de19fd490c483 Mon Sep 17 00:00:00 2001 From: fabio carletti <44601250+fabiocarlettiryuw@users.noreply.github.com> Date: Mon, 5 Oct 2020 14:58:46 +0200 Subject: [PATCH] fabio python os import --- fabiopython | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 fabiopython diff --git a/fabiopython b/fabiopython new file mode 100644 index 0000000..58faa0b --- /dev/null +++ b/fabiopython @@ -0,0 +1,9 @@ +#!/usr/bin/python + +import os + +#Returns the current working directory. +os.getcwd() + +Return information identifying the current operating system. +os.uname()