added
This commit is contained in:
8
Mittwoch/import.py
Normal file
8
Mittwoch/import.py
Normal file
@@ -0,0 +1,8 @@
|
||||
#! /usr/bin/env python3
|
||||
from pprint import pprint
|
||||
import sys as pysys
|
||||
|
||||
data = dict(userlist = ["nutzer01", "nutzer02", "nutzer03", "nutzer04"],
|
||||
loccation = ["Linuxhotel"]
|
||||
)
|
||||
pprint(data)
|
||||
Reference in New Issue
Block a user